1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Add an option to retain doc-comments.

PR:		ports/154827
Submitted by:	Andrew Kochetkov <kochetkov.andrew@gmail.com>
Feature safe:	yes
This commit is contained in:
Alex Dupre 2011-02-17 08:38:48 +00:00
parent ee5d71dcec
commit fde1165229
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269271
2 changed files with 6 additions and 1 deletions

View File

@ -15,6 +15,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/eAccelerator%20${PORTVERSION}/ \
MAINTAINER= ale@FreeBSD.org
COMMENT= A free open-source PHP accelerator & optimizer
OPTIONS= DOCCOMM "Retain doc-comments in internal php structures" off
USE_PHP= yes
USE_PHPIZE= yes
USE_PHP_BUILD= yes
@ -35,6 +37,10 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
.if defined(WITH_DOCCOMM)
CONFIGURE_ARGS+=--with-eaccelerator-doc-comment-inclusion
.endif
do-install:
@${MKDIR} ${PREFIX}/lib/php/${PHP_EXT_DIR}
${INSTALL_DATA} ${WRKSRC}/modules/${PORTNAME}.so \

View File

@ -1,3 +1,2 @@
MD5 (eaccelerator-0.9.6.1.tar.bz2) = 32ccd838e06ef5613c2610c1c65ed228
SHA256 (eaccelerator-0.9.6.1.tar.bz2) = 33703ad1678cdb65ef0cd28fbd2e262ef5d9f201f9016de26b7254987deba53c
SIZE (eaccelerator-0.9.6.1.tar.bz2) = 106049