2004-01-12 13:15:27 +01:00
|
|
|
# New ports collection makefile for: p5-File-RsyncP
|
|
|
|
# Date created: Mon Dec 22 10:30:25 GMT 2003
|
|
|
|
# Whom: Lars Thegler <lars@thegler.dk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= File-RsyncP
|
2006-07-14 21:16:22 +02:00
|
|
|
PORTVERSION= 0.62
|
2004-01-12 13:15:27 +01:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= File
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-06-01 14:32:33 +02:00
|
|
|
MAINTAINER= lth@FreeBSD.org
|
2004-01-12 13:15:27 +01:00
|
|
|
COMMENT= Perl Rsync client
|
|
|
|
|
2006-07-14 21:16:22 +02:00
|
|
|
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}
|
|
|
|
|
2004-01-12 13:15:27 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= File::RsyncP.3 \
|
|
|
|
File::RsyncP::Digest.3 \
|
|
|
|
File::RsyncP::FileList.3 \
|
|
|
|
File::RsyncP::FileIO.3
|
|
|
|
|
2004-02-22 23:31:40 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-07-14 21:16:22 +02:00
|
|
|
.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
|
2004-02-22 23:31:40 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|