freebsd-ports/net/p5-File-RsyncP/Makefile
Mark Linimon 9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00

28 lines
618 B
Makefile

# 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
PORTVERSION= 0.68
CATEGORIES= net perl5
MASTER_SITES= CPAN
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 \
File::RsyncP::Digest.3 \
File::RsyncP::FileIO.3 \
File::RsyncP::FileList.3
.include <bsd.port.mk>