diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-09-06 11:50:32 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-09-06 11:50:32 +0000 |
commit | 4e5b7dcfb133307d0cd8d34ac900fe7b5cdc87e3 (patch) | |
tree | 3246fd84e660e7f6c726e0776a90f004ef9d12f8 /net/p5-File-RsyncP/Makefile | |
parent | 3fedf07c17c47b920d8d7c0b19ed0ce463a81351 (diff) |
Notes
Diffstat (limited to 'net/p5-File-RsyncP/Makefile')
-rw-r--r-- | net/p5-File-RsyncP/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/net/p5-File-RsyncP/Makefile b/net/p5-File-RsyncP/Makefile index 90ed0d8e516e..0d03a0042fc2 100644 --- a/net/p5-File-RsyncP/Makefile +++ b/net/p5-File-RsyncP/Makefile @@ -6,30 +6,29 @@ # PORTNAME= File-RsyncP -PORTVERSION= 0.62 +PORTVERSION= 0.64 CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= File +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Perl Rsync client -BUILD_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode -RUN_DEPENDS= ${BUILD_DEPENDS} +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= yes MAN3= File::RsyncP.3 \ File::RsyncP::Digest.3 \ - File::RsyncP::FileList.3 \ - File::RsyncP::FileIO.3 + FILe::RsyncP::FileIO.3 \ + File::RsyncP::FileList.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500703 -# inherited from devel/p5-Encode +# inherited from converters/p5-Encode IGNORE= requires Perl 5.7.3 or above. Please install lang/perl5.8, and try again .endif |