svn commit: r384625 - head/security/lasso

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 24 06:57:11 UTC 2015


Author: amdmi3
Date: Fri Apr 24 06:57:10 2015
New Revision: 384625
URL: https://svnweb.freebsd.org/changeset/ports/384625

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/security/lasso/Makefile

Modified: head/security/lasso/Makefile
==============================================================================
--- head/security/lasso/Makefile	Fri Apr 24 06:54:41 2015	(r384624)
+++ head/security/lasso/Makefile	Fri Apr 24 06:57:10 2015	(r384625)
@@ -15,7 +15,8 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	xmlsec1:${PORTSDIR}/security/xmlsec1
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		libtool pathfix pkgconfig
+USES=		cpe libtool pathfix pkgconfig
+CPE_VENDOR=	entrouvert
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-java --with-zlib
 USE_GNOME=	glib20 libxml2


More information about the svn-ports-head mailing list