diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-06-04 16:54:47 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-06-04 16:54:47 +0000 |
commit | 8fcb1fe02b4f073dc91a02a592643bb4ee535690 (patch) | |
tree | 07a8c0f6a8c48f5ae35459ef8385c1c4b651dcfa /lang/php53 | |
parent | Add CPE information. (diff) |
Add CPE information.
With hat: ports-secteam
Notes
Notes:
svn path=/head/; revision=356521
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 2e3a04eb63e4..73a4cfebb1bc 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -14,12 +14,14 @@ COMMENT= PHP Scripting Language LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} -USES=tar:bzip2 +USES= tar:bzip2 cpe .if !defined(PKGNAMESUFFIX) USE_AUTOTOOLS= autoconf LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +CPE_PRODUCT= php + CONFIGURE_ARGS= \ --with-layout=GNU \ --localstatedir=/var \ |