1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net/p5-File-RsyncP/Makefile
Andrej Zverev ea4ff3a586 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 17:43:05 +00:00

19 lines
296 B
Makefile

# Created by: 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
.include <bsd.port.mk>