svn commit: r387935 - head/net/p5-Net-CIDR-MobileJP
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat May 30 12:25:57 UTC 2015
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>
More information about the svn-ports-head
mailing list