freebsd-ports/net/p5-File-Rsync/Makefile
Sunpoet Po-Chuan Hsieh 328670d7ad - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189258
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-03 08:48:33 +00:00

22 lines
410 B
Makefile

# Created by: petef@FreeBSD.org
# $FreeBSD$
PORTNAME= File-Rsync
PORTVERSION= 0.43
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl convenience wrapper for the rsync(1) program
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>