From 29d71de0b63c6dda3723b8f293e5c06da3aefb2a Mon Sep 17 00:00:00 2001 From: kuriyama Date: Sun, 24 Jan 2010 06:18:08 +0000 Subject: - Remove unneeded dependencies which is in perl-5.8.9 dist (part 4). Approved by: portmgr (itetcu) --- net/p5-File-RsyncP/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'net/p5-File-RsyncP') 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 \ -- cgit