mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
Changelog: https://github.com/php/pecl-php-uploadprogress/releases/tag/uploadprogress-2.0.2 PR: 274078 Reported by: void@f-m.fm Approved by: daniel@morante.net (maintainer-timeout)
14 lines
292 B
Makefile
14 lines
292 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
|
|
|
|
.include <bsd.port.mk>
|