aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-30 20:25:56 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-30 20:25:56 +0800
commit53cc3cf6835f33ca23bcb465bed252b32a6dc4a0 (patch)
tree880e0d31194fdbdf2a8fb629afebc42b9d00078a /net
parentc9e137758958ece147c262cf8319239387d95f8b (diff)
downloadfreebsd-ports-gnome-53cc3cf6835f33ca23bcb465bed252b32a6dc4a0.tar.gz
freebsd-ports-gnome-53cc3cf6835f33ca23bcb465bed252b32a6dc4a0.tar.zst
freebsd-ports-gnome-53cc3cf6835f33ca23bcb465bed252b32a6dc4a0.zip
- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-CIDR-MobileJP/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/p5-Net-CIDR-MobileJP/Makefile b/net/p5-Net-CIDR-MobileJP/Makefile
index 7f1766ba4ae3..f7e20526b56f 100644
--- a/net/p5-Net-CIDR-MobileJP/Makefile
+++ b/net/p5-Net-CIDR-MobileJP/Makefile
@@ -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>