diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-07-14 19:16:22 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-07-14 19:16:22 +0000 |
commit | 2ed36baaffa52b996c16a7182f7ae0639c78607c (patch) | |
tree | 9f006644ca91b4172d02f9d04601d848ad0f5fcc /net/p5-File-RsyncP/Makefile | |
parent | 492c7208e6aa3fbe6b0e563fdebba0bde961f9ac (diff) | |
download | ports-2ed36baaffa52b996c16a7182f7ae0639c78607c.tar.gz ports-2ed36baaffa52b996c16a7182f7ae0639c78607c.zip |
Notes
Diffstat (limited to 'net/p5-File-RsyncP/Makefile')
-rw-r--r-- | net/p5-File-RsyncP/Makefile | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/net/p5-File-RsyncP/Makefile b/net/p5-File-RsyncP/Makefile index ae11f8104c1e..90ed0d8e516e 100644 --- a/net/p5-File-RsyncP/Makefile +++ b/net/p5-File-RsyncP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File-RsyncP -PORTVERSION= 0.52 +PORTVERSION= 0.62 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -15,6 +15,10 @@ 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} + PERL_CONFIGURE= yes MAN3= File::RsyncP.3 \ @@ -22,18 +26,11 @@ MAN3= File::RsyncP.3 \ File::RsyncP::FileList.3 \ File::RsyncP::FileIO.3 -post-patch: - @${FIND} ${WRKSRC} -name \*.orig -delete - .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} <= 500503 -# make PREFIX-clean under perl 5.005_03 -post-configure: - ${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' \ - ${WRKSRC}/Makefile \ - ${WRKSRC}/Digest/Makefile \ - ${WRKSRC}/FileList/Makefile +.if ${PERL_LEVEL} < 500703 +# inherited from devel/p5-Encode +IGNORE= requires Perl 5.7.3 or above. Please install lang/perl5.8, and try again .endif .include <bsd.port.post.mk> |