1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/net/p5-File-RsyncP/Makefile
Anton Berezin c31ff7536d Add p5-File-RsyncP 0.44, perl Rsync client.
PR:		61240
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-01-12 12:15:27 +00:00

29 lines
567 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.44
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= lars@thegler.dk
COMMENT= Perl Rsync client
PERL_CONFIGURE= yes
MAN3= File::RsyncP.3 \
File::RsyncP::Digest.3 \
File::RsyncP::FileList.3 \
File::RsyncP::FileIO.3
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -delete
.include <bsd.port.mk>