1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Add LICENSE

- Convert to new LIB_DEPENDS format
- Support STAGEDIR
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-23 14:45:45 +00:00
parent d3e4fbe5f6
commit 9f7e811a8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334672

View File

@ -11,13 +11,14 @@ DISTNAME= ${PORTNAME}-php-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP wrapper for chinese/cconv
LIB_DEPENDS= cconv:${PORTSDIR}/chinese/cconv
LICENSE= GPLv2
LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv
CONFIGURE_ARGS= --with-cconv-dir=${LOCALBASE}
USE_PHP= yes
USE_PHPEXT= yes
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's| function_entry| zend_function_entry|' ${WRKSRC}/php_cconv.c