svn commit: r356521 - head/lang/php53

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


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

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

Modified:
  head/lang/php53/Makefile

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


More information about the svn-ports-head mailing list