diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-24 14:18:08 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-24 14:18:08 +0800 |
commit | 29d71de0b63c6dda3723b8f293e5c06da3aefb2a (patch) | |
tree | be928ab3caee0a83e44a28f35aca611d067079a3 /net/p5-File-RsyncP | |
parent | e502c0d0a339e4d2d61025d33a1ad01472fdf2fa (diff) | |
download | freebsd-ports-gnome-29d71de0b63c6dda3723b8f293e5c06da3aefb2a.tar.gz freebsd-ports-gnome-29d71de0b63c6dda3723b8f293e5c06da3aefb2a.tar.zst freebsd-ports-gnome-29d71de0b63c6dda3723b8f293e5c06da3aefb2a.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 4).
Approved by: portmgr (itetcu)
Diffstat (limited to 'net/p5-File-RsyncP')
-rw-r--r-- | net/p5-File-RsyncP/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/p5-File-RsyncP/Makefile b/net/p5-File-RsyncP/Makefile index 647388729089..c6d608db6582 100644 --- a/net/p5-File-RsyncP/Makefile +++ b/net/p5-File-RsyncP/Makefile @@ -7,6 +7,7 @@ PORTNAME= File-RsyncP PORTVERSION= 0.68 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Perl Rsync client -RUN_DEPENDS= p5-Getopt-Long>=2.24:${PORTSDIR}/devel/p5-Getopt-Long \ - p5-Encode>=0:${PORTSDIR}/converters/p5-Encode -BUILD_DEPENDS= ${RUN_DEPENDS} - PERL_CONFIGURE= 5.7.3+ MAN3= File::RsyncP.3 \ |