1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

1: add LICENSE.

2: switch to USES=tar:tgz.
3: strip binary.
This commit is contained in:
Vanilla I. Shu 2015-02-24 04:07:52 +00:00
parent 6436b0cd70
commit 66cbf96bca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379744

View File

@ -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 <bsd.port.mk>