From 328670d7ada5b3d81c5d444b7130271d2b8a34a1 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 May 2014 08:48:33 +0000 Subject: [PATCH] - Add LICENSE - Pass maintainership to submitter PR: ports/189258 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> --- net/p5-File-Rsync/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net/p5-File-Rsync/Makefile b/net/p5-File-Rsync/Makefile index 01cd30a2adb4..e5644bb6ff69 100644 --- a/net/p5-File-Rsync/Makefile +++ b/net/p5-File-Rsync/Makefile @@ -7,11 +7,14 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl convenience wrapper for the rsync(1) program -RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure