From 66cbf96bca8e4aafe9194fa15e7cfa7ee7ae9923 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Tue, 24 Feb 2015 04:07:52 +0000 Subject: [PATCH] 1: add LICENSE. 2: switch to USES=tar:tgz. 3: strip binary. --- devel/pecl-uploadprogress/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devel/pecl-uploadprogress/Makefile b/devel/pecl-uploadprogress/Makefile index d7c4cebd82f4..f172fc1863ec 100644 --- a/devel/pecl-uploadprogress/Makefile +++ b/devel/pecl-uploadprogress/Makefile @@ -6,15 +6,20 @@ PORTVERSION= 1.0.3 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org COMMENT= Provides track progress of a file upload +LICENSE= PHP301 + +USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-uploadprogress +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so + .include