diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-31 21:21:56 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-31 21:21:56 +0800 |
commit | 52e2e12972e4845f44913a32fbd0be584e5e5cd1 (patch) | |
tree | 9d2e553ab93aa1f4b1b5253bd2c3fd111777cd9a /net-p2p/p5-WWW-BitTorrent | |
parent | 79215c78a7cabb4a77cf5f29b575d2745c5ab6bc (diff) | |
download | freebsd-ports-gnome-52e2e12972e4845f44913a32fbd0be584e5e5cd1.tar.gz freebsd-ports-gnome-52e2e12972e4845f44913a32fbd0be584e5e5cd1.tar.zst freebsd-ports-gnome-52e2e12972e4845f44913a32fbd0be584e5e5cd1.zip |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Diffstat (limited to 'net-p2p/p5-WWW-BitTorrent')
-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> |