diff options
author | az <az@FreeBSD.org> | 2012-06-06 02:17:13 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-06 02:17:13 +0800 |
commit | 0553ca82b6f1ec9d8f4a4cd5a4ba35910ae6ed05 (patch) | |
tree | 85d1b696833018121611b6e19f3916a19197656c /net-p2p/torrentsniff | |
parent | e0a6e3365953dfb68fc5baa52593e2e59151ebdb (diff) | |
download | freebsd-ports-gnome-0553ca82b6f1ec9d8f4a4cd5a4ba35910ae6ed05.tar.gz freebsd-ports-gnome-0553ca82b6f1ec9d8f4a4cd5a4ba35910ae6ed05.tar.zst freebsd-ports-gnome-0553ca82b6f1ec9d8f4a4cd5a4ba35910ae6ed05.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (pav@ via IRC)
Diffstat (limited to 'net-p2p/torrentsniff')
-rw-r--r-- | net-p2p/torrentsniff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/torrentsniff/Makefile b/net-p2p/torrentsniff/Makefile index deba18a2daf6..42be4f43fe48 100644 --- a/net-p2p/torrentsniff/Makefile +++ b/net-p2p/torrentsniff/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://www.highprogrammer.com/alan/perl/ MAINTAINER= pav@FreeBSD.org COMMENT= Commandline tool for getting status of torrent -RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 USE_PERL5= yes NO_BUILD= yes |