diff options
author | des <des@FreeBSD.org> | 2014-06-05 00:54:47 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2014-06-05 00:54:47 +0800 |
commit | ef446a3f9cbac08b18cfed9616db9198f50f3a75 (patch) | |
tree | 07a8c0f6a8c48f5ae35459ef8385c1c4b651dcfa /lang | |
parent | ec8d7c0bdc566c3079e2273ed2ee5101e2a19908 (diff) | |
download | freebsd-ports-gnome-ef446a3f9cbac08b18cfed9616db9198f50f3a75.tar.gz freebsd-ports-gnome-ef446a3f9cbac08b18cfed9616db9198f50f3a75.tar.zst freebsd-ports-gnome-ef446a3f9cbac08b18cfed9616db9198f50f3a75.zip |
Add CPE information.
With hat: ports-secteam
Diffstat (limited to 'lang')
-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 \ |