aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/p5-WWW-BitTorrent
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-31 13:21:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-31 13:21:56 +0000
commit64e7847dc9f4edde455e7e1001f093e84c12a620 (patch)
tree9d2e553ab93aa1f4b1b5253bd2c3fd111777cd9a /net-p2p/p5-WWW-BitTorrent
parent5e7cac2faa4dfe8f354c2d216a6790117103afc2 (diff)
downloadports-64e7847dc9f4edde455e7e1001f093e84c12a620.tar.gz
ports-64e7847dc9f4edde455e7e1001f093e84c12a620.zip
- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
Notes
Notes: svn path=/head/; revision=388080
Diffstat (limited to 'net-p2p/p5-WWW-BitTorrent')
-rw-r--r--net-p2p/p5-WWW-BitTorrent/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/p5-WWW-BitTorrent/Makefile b/net-p2p/p5-WWW-BitTorrent/Makefile
index 2706da030881..613c1b6ebc27 100644
--- a/net-p2p/p5-WWW-BitTorrent/Makefile
+++ b/net-p2p/p5-WWW-BitTorrent/Makefile
@@ -3,7 +3,7 @@
PORTNAME= WWW-BitTorrent
PORTVERSION= 0.01
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p perl5 www
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,7 +14,9 @@ COMMENT= Search and Download .torrent(s) files from BitTorrents boards
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= bittorrent.pl
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>