Date: Sat, 30 May 2015 12:25:57 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387935 - head/net/p5-Net-CIDR-MobileJP Message-ID: <201505301225.t4UCPvH4061228@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat May 30 12:25:56 2015 New Revision: 387935 URL: https://svnweb.freebsd.org/changeset/ports/387935 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/net/p5-Net-CIDR-MobileJP/Makefile Modified: head/net/p5-Net-CIDR-MobileJP/Makefile ============================================================================== --- head/net/p5-Net-CIDR-MobileJP/Makefile Sat May 30 12:25:20 2015 (r387934) +++ head/net/p5-Net-CIDR-MobileJP/Makefile Sat May 30 12:25:56 2015 (r387935) @@ -2,7 +2,7 @@ PORTNAME= Net-CIDR-MobileJP PORTVERSION= 0.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +17,9 @@ RUN_DEPENDS= \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= net-cidr-mobilejp-scraper.pl USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505301225.t4UCPvH4061228>