1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- Use USES=tar:tgz

- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-07-04 02:48:25 +00:00
parent e16203444e
commit c3a18758c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360512

View File

@ -7,10 +7,9 @@ PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP extension for interfacing with Apache ZooKeeper
LICENSE= PHP301
@ -20,9 +19,10 @@ LIB_DEPENDS= libzookeeper_mt.so:${PORTSDIR}/devel/libzookeeper
USE_PHP= session
USE_PHP_BUILD= session
USE_PHPEXT= yes
USES= tar:tgz
post-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/zookeeper-api.php ${STAGEDIR}${DATADIR}
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/zookeeper-api.php ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>