1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net/p5-File-RsyncP/Makefile
Jun Kuriyama 46dfffde80 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 4).

Approved by:	portmgr (itetcu)
2010-01-24 06:18:08 +00:00

26 lines
486 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
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Perl Rsync client
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>