diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 10:32:30 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 10:32:30 +0800 |
commit | d49922431f45777450b6c0618913107655f7043a (patch) | |
tree | 17c47694fb6d2043b21fe96fc9d157f499aa6a35 /ftp/paraget | |
parent | 2189df97dd7c57e73204d6c402916a3859d1c392 (diff) | |
download | freebsd-ports-gnome-d49922431f45777450b6c0618913107655f7043a.tar.gz freebsd-ports-gnome-d49922431f45777450b6c0618913107655f7043a.tar.zst freebsd-ports-gnome-d49922431f45777450b6c0618913107655f7043a.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 12).
Approved by: portmgr (itetcu)
Diffstat (limited to 'ftp/paraget')
-rw-r--r-- | ftp/paraget/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ftp/paraget/Makefile b/ftp/paraget/Makefile index 49a3935697a0..7f51e4a41fe2 100644 --- a/ftp/paraget/Makefile +++ b/ftp/paraget/Makefile @@ -8,15 +8,14 @@ PORTNAME= paraget PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp perl5 MASTER_SITES= SF MAINTAINER= ijliao@FreeBSD.org COMMENT= Parallel ftp-fetching program -BUILD_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker RUN_DEPENDS= ${BUILD_DEPENDS} \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple |