Date: Wed, 4 Jun 2014 16:54:52 +0000 (UTC) From: Dag-Erling Smørgrav <des@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356522 - head/lang/php55 Message-ID: <201406041654.s54Gsqv2000481@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406041654.s54Gsqv2000481>