mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
15 lines
316 B
Makefile
15 lines
316 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/10/28 06:30:58 asau Exp $
|
|
#
|
|
|
|
MODNAME= uploadprogress
|
|
PECL_VERSION= 1.0.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= mbowie@buzmo.com
|
|
COMMENT= PHP extension to track progress of a file upload
|
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|