1.0.3.1 - Wrong version number in .h file 1.0.3 - Another make it work with PHP 5.4 1.0.2 - Make it work with PHP 5.4
14 lines
318 B
Makefile
14 lines
318 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/08/30 15:04:45 taca Exp $
|
|
#
|
|
|
|
MODNAME= uploadprogress
|
|
PECL_VERSION= 1.0.3.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"
|