diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/p5-WWW-BitTorrent/Makefile | 6 |
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> |