From 4bd184b846b0f1a511b687b8544a0b7a9823dc01 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 May 2014 05:26:22 +0000 Subject: [PATCH] - Add LICENSE - Pass maintainership to submitter - While I'm here: - Sort *_DEPENDS - Remove Author line PR: ports/189148 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> --- textproc/p5-Text-Decorator/Makefile | 11 +++++++---- textproc/p5-Text-Decorator/pkg-descr | 3 --- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/textproc/p5-Text-Decorator/Makefile b/textproc/p5-Text-Decorator/Makefile index 5b39d9047bf7..9b30f4215333 100644 --- a/textproc/p5-Text-Decorator/Makefile +++ b/textproc/p5-Text-Decorator/Makefile @@ -7,12 +7,15 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Apply a chain of filters to text -BUILD_DEPENDS= p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ + p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Decorator/pkg-descr b/textproc/p5-Text-Decorator/pkg-descr index c34bfbd76155..708f449c5bc5 100644 --- a/textproc/p5-Text-Decorator/pkg-descr +++ b/textproc/p5-Text-Decorator/pkg-descr @@ -3,7 +3,4 @@ formats by applying a chain of filters. For instance, you might apply a filter which will cause URIs in text to be presented as links if the text is exported as HTML. -Author: Simon Cozens - Tony Bowden - WWW: http://search.cpan.org/dist/Text-Decorator/