svn commit: r356520 - head/lang/php5

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


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

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

Modified:
  head/lang/php5/Makefile

Modified: head/lang/php5/Makefile
==============================================================================
--- head/lang/php5/Makefile	Wed Jun  4 16:54:38 2014	(r356519)
+++ head/lang/php5/Makefile	Wed Jun  4 16:54:43 2014	(r356520)
@@ -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