svn commit: r356522 - head/lang/php55

Dag-Erling Smørgrav des at FreeBSD.org
Wed Jun 4 16:54:52 UTC 2014


Author: des
Date: Wed Jun  4 16:54:52 2014
New Revision: 356522
URL: http://svnweb.freebsd.org/changeset/ports/356522
QAT: https://qat.redports.org/buildarchive/r356522/

Log:
  Add CPE information.
  
  With hat:	ports-secteam

Modified:
  head/lang/php55/Makefile

Modified: head/lang/php55/Makefile
==============================================================================
--- head/lang/php55/Makefile	Wed Jun  4 16:54:47 2014	(r356521)
+++ head/lang/php55/Makefile	Wed Jun  4 16:54:52 2014	(r356522)
@@ -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 \


More information about the svn-ports-head mailing list