svn commit: r384555 - head/textproc/ack

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 23 09:49:47 UTC 2015


Author: amdmi3
Date: Thu Apr 23 09:49:46 2015
New Revision: 384555
URL: https://svnweb.freebsd.org/changeset/ports/384555

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/ack/Makefile

Modified: head/textproc/ack/Makefile
==============================================================================
--- head/textproc/ack/Makefile	Thu Apr 23 09:49:37 2015	(r384554)
+++ head/textproc/ack/Makefile	Thu Apr 23 09:49:46 2015	(r384555)
@@ -22,7 +22,8 @@ CONFLICTS_INSTALL=	ja-ack-[0-9]*
 
 PORTSCOUT=	limit:^[0-9\.]*$$
 
-USES=		perl5
+USES=		cpe perl5
 USE_PERL5=	configure
+CPE_VENDOR=	beyondgrep
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list