diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-06 06:24:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-06 06:24:09 +0800 |
commit | b66ef7d54618e3b65cc5dcc6e2203f0e6b15a778 (patch) | |
tree | 88436496bdf24ce4f6b91c7e4682d59668aa9bf7 /net-p2p/bitflu/Makefile | |
parent | 1035d42876647c4871bcf83773e4db8dccc46abc (diff) | |
download | freebsd-ports-gnome-b66ef7d54618e3b65cc5dcc6e2203f0e6b15a778.tar.gz freebsd-ports-gnome-b66ef7d54618e3b65cc5dcc6e2203f0e6b15a778.tar.zst freebsd-ports-gnome-b66ef7d54618e3b65cc5dcc6e2203f0e6b15a778.zip |
- Update to 0.91
PR: 136292
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Diffstat (limited to 'net-p2p/bitflu/Makefile')
-rw-r--r-- | net-p2p/bitflu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/bitflu/Makefile b/net-p2p/bitflu/Makefile index 47fe005c0556..a19116ad8d3f 100644 --- a/net-p2p/bitflu/Makefile +++ b/net-p2p/bitflu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bitflu -PORTVERSION= 0.90 +PORTVERSION= 0.91 CATEGORIES= net-p2p MASTER_SITES= http://bitflu.workaround.ch/bitflu/ CENKES EXTRACT_SUFX= .tgz @@ -16,7 +16,8 @@ COMMENT= BitTorrent client written in Perl RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-Danga-Socket>=0:${PORTSDIR}/devel/p5-Danga-Socket + p5-Danga-Socket>=0:${PORTSDIR}/devel/p5-Danga-Socket \ + p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML PLUGINSDIR_BASE=lib/perl5 PLUGINSDIR= ${PLUGINSDIR_BASE}/Bitflu |