svn commit: r486782 - head/converters/p5-JSON-PP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 6 20:30:52 UTC 2018


Author: sunpoet
Date: Thu Dec  6 20:30:51 2018
New Revision: 486782
URL: https://svnweb.freebsd.org/changeset/ports/486782

Log:
  Add PORTSCOUT

Modified:
  head/converters/p5-JSON-PP/Makefile

Modified: head/converters/p5-JSON-PP/Makefile
==============================================================================
--- head/converters/p5-JSON-PP/Makefile	Thu Dec  6 20:30:42 2018	(r486781)
+++ head/converters/p5-JSON-PP/Makefile	Thu Dec  6 20:30:51 2018	(r486782)
@@ -14,9 +14,12 @@ COMMENT=	JSON::XS compatible pure-Perl module
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-NO_ARCH=	yes
-USE_PERL5=	configure
+PORTSCOUT=	limit:^[0-9\.]*$$
+
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 pre-patch:
 	@${MV} ${WRKSRC}/bin/json_pp ${WRKSRC}/bin/p5json_pp


More information about the svn-ports-all mailing list