freebsd-ports/net/p5-File-Rsync/Makefile
Vanilla I. Shu 62767a8f1d Perl convenience wrapper for the rsync(1) program
PR:		ports/27484
Submitted by:	Pete Fritchman <petef@databits.net>
2001-05-27 05:37:12 +00:00

24 lines
462 B
Makefile

# New ports collection makefile for: p5-File-Rsync
# Date created: 20 May 2001
# Whom: petef@databits.net
#
# $FreeBSD$
#
PORTNAME= File-Rsync
PORTVERSION= 0.19
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= petef@databits.net
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= File::Rsync.3
.include <bsd.port.mk>