- 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)
16 lines
274 B
Makefile
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>
|