svn commit: r384704 - head/lang/ocaml

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 25 05:51:19 UTC 2015


Author: amdmi3
Date: Sat Apr 25 05:51:18 2015
New Revision: 384704
URL: https://svnweb.freebsd.org/changeset/ports/384704

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/lang/ocaml/Makefile

Modified: head/lang/ocaml/Makefile
==============================================================================
--- head/lang/ocaml/Makefile	Sat Apr 25 04:51:12 2015	(r384703)
+++ head/lang/ocaml/Makefile	Sat Apr 25 05:51:18 2015	(r384704)
@@ -22,7 +22,8 @@ LICENSE_NAME_QPL10=	Q Public License, Ve
 LICENSE_FILE_QPL10=	${WRKSRC}/LICENSE
 LICENSE_PERMS_QPL10=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		gmake tar:bzip2
+USES=		cpe gmake tar:bzip2
+CPE_VENDOR=	inria
 REINPLACE_ARGS=	-i ""
 HAS_CONFIGURE=	yes
 ALL_TARGET=	world.opt


More information about the svn-ports-head mailing list