63b6120db0
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
16 lines
312 B
Makefile
16 lines
312 B
Makefile
PORTNAME= uploadprogress
|
|
DISTVERSION= 2.0.2
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= daniel@morante.net
|
|
COMMENT= Provides track progress of a file upload
|
|
WWW= https://github.com/php/pecl-php-uploadprogress
|
|
|
|
LICENSE= PHP301
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= php:pecl
|
|
IGNORE_WITH_PHP= 86
|
|
|
|
.include <bsd.port.mk>
|