svn commit: r383931 - head/www/varnish4

Mark Felder feld at FreeBSD.org
Mon Apr 13 16:12:48 UTC 2015


Author: feld
Date: Mon Apr 13 16:12:46 2015
New Revision: 383931
URL: https://svnweb.freebsd.org/changeset/ports/383931

Log:
  Add CPE information
  
  PR:		199372

Modified:
  head/www/varnish4/Makefile

Modified: head/www/varnish4/Makefile
==============================================================================
--- head/www/varnish4/Makefile	Mon Apr 13 16:12:44 2015	(r383930)
+++ head/www/varnish4/Makefile	Mon Apr 13 16:12:46 2015	(r383931)
@@ -17,7 +17,8 @@ LIB_DEPENDS=	libpcre.so:${PORTSDIR}/deve
 
 CONFLICTS=	varnish-2.* varnish-3.*
 
-USES=		autoreconf gmake libtool readline pkgconfig python:build
+USES=		autoreconf cpe gmake libtool pkgconfig python:build readline
+CPE_VENDOR=	varnish-cache
 CFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=${PREFIX} --enable-tests


More information about the svn-ports-head mailing list