dc41888db5
pkgsrc change: * add LICENSE. * remove restriction to PHP versions. 1.1.3 (2020-01-28) - Improved documentation and examples included in the release package 1.1.2 (2020-01-26) - PHP 8 compatibility; this now builds on PHP 5, PHP 7, and PHP 8 1.1.1 (2020-01-26) - Mark maximum PHP version as 8.0.0; this will not build on PHP 8 1.1.0 (2020-01-26) - PHP 7 compatibility
15 lines
330 B
Makefile
15 lines
330 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/01/03 07:42:39 taca Exp $
|
|
#
|
|
|
|
MODNAME= uploadprogress
|
|
PECL_VERSION= 1.1.3
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= mbowie@buzmo.com
|
|
COMMENT= PHP extension to track progress of a file upload
|
|
LICENSE= php
|
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|