svn commit: r405395 - head/java/bouncycastle

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Jan 6 23:10:27 UTC 2016


Author: rakuco
Date: Wed Jan  6 23:10:26 2016
New Revision: 405395
URL: https://svnweb.freebsd.org/changeset/ports/405395

Log:
  Set CPE information.
  
  Approved by:	portmgr blanket approval

Modified:
  head/java/bouncycastle/Makefile

Modified: head/java/bouncycastle/Makefile
==============================================================================
--- head/java/bouncycastle/Makefile	Wed Jan  6 21:46:08 2016	(r405394)
+++ head/java/bouncycastle/Makefile	Wed Jan  6 23:10:26 2016	(r405395)
@@ -21,7 +21,10 @@ RUN_DEPENDS=	${JAVALIBDIR}/activation.ja
 
 OPTIONS_DEFINE=	DOCS
 
+CPE_PRODUCT=	legion-of-the-bouncy-castle-java-crytography-api
+CPE_VENDOR=	${PORTNAME}
 USE_JAVA=	yes
+USES=		cpe
 JAVA_VERSION=	1.6+
 JDKMVERSION=	1.6 # ${JAVA_PORT_VERSION:C/^([0-9]\.[0-9])(.*)$/\1/}
 JDKNVERSION=	16 # ${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1\2/}


More information about the svn-ports-head mailing list