1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix shebangs

- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
This commit is contained in:
Dmitry Marakasov 2015-05-30 12:25:56 +00:00
parent be194708fb
commit 39f1b826b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387935

View File

@ -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>