diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-01 05:26:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-01 05:26:22 +0000 |
commit | 4bd184b846b0f1a511b687b8544a0b7a9823dc01 (patch) | |
tree | 159169a52839324af037ecb23aebe57703233a24 /textproc/p5-Text-Decorator | |
parent | 2a88b2641390664af8dc86e4ff242e793dc79e85 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Decorator')
-rw-r--r-- | textproc/p5-Text-Decorator/Makefile | 11 | ||||
-rw-r--r-- | 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 <bug-Text-Decorator@rt.cpan.org> - WWW: http://search.cpan.org/dist/Text-Decorator/ |