openbsd-ports/devel/p5-File-RsyncP/Makefile
landry 9cd2f919cf Import devel/p5-File-RsyncP 0.70, needed by BackupPC.
File::RsyncP is a perl implementation of an Rsync client.  It is
compatible with Rsync 2.5.5 (protocol version 26).  It can send
or receive files, either by running rsync on the remote machine,
or connecting to an rsyncd deamon on the remote machine.
ok sthen@
2011-09-18 22:25:13 +00:00

19 lines
347 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/09/18 22:25:13 landry Exp $
COMMENT = perl implementation of an Rsync client
SHARED_ONLY = Yes
MODULES = cpan
DISTNAME = File-RsyncP-0.70
CATEGORIES = devel
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = m
.include <bsd.port.mk>