freebsd-ports/devel/pecl-uploadprogress/Makefile
Sunpoet Po-Chuan Hsieh 8a30af3bca Update to 1.1.3
- While I'm here:
  - Change to default pecl- ports layout
  - Add LICENSE_FILE

Changes:	https://pecl.php.net/package-changelog.php?package=uploadprogress
PR:		243769
Submitted by:	Daniel Morante <daniel@morante.net> (maintainer)
2020-02-03 19:48:02 +00:00

16 lines
274 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= uploadprogress
DISTVERSION= 1.1.3
CATEGORIES= devel pear
MAINTAINER= daniel@morante.net
COMMENT= Provides track progress of a file upload
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
.include <bsd.port.mk>