diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-06-04 16:54:43 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-06-04 16:54:43 +0000 |
commit | 8d617af08fe0a39e29fadd6d2aea3bbe321d2e7b (patch) | |
tree | 2a86f0a154810969eec3c88dbb65803da441bc35 /lang/php5 | |
parent | Add CPE information. (diff) |
Add CPE information.
With hat: ports-secteam
Notes
Notes:
svn path=/head/; revision=356520
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index ac381cd970e2..1a6248b06b9c 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -16,13 +16,15 @@ LICENSE= PHP301 LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} -USES= tar:bzip2 +USES= tar:bzip2 cpe NO_OPTIONS_SORT=yes .if !defined(PKGNAMESUFFIX) USE_AUTOTOOLS= autoconf LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +CPE_PRODUCT= php + CONFIGURE_ARGS+=--with-layout=GNU \ --localstatedir=/var \ --with-config-file-scan-dir=${PREFIX}/etc/php \ |