forked from Lainports/freebsd-ports
per port extra changes: devel/p5-Perl-Version remove outage PERL_LEVEL check devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version) Approved by: lth@ (maintainer)
27 lines
504 B
Makefile
27 lines
504 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.70
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Perl Rsync client
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= File::RsyncP.3 \
|
|
File::RsyncP::Digest.3 \
|
|
File::RsyncP::FileIO.3 \
|
|
File::RsyncP::FileList.3
|
|
|
|
.include <bsd.port.mk>
|