diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-01 13:26:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-01 13:26:17 +0800 |
commit | 78c2f3c8be990d5249a8f0e20b96e566f3856a74 (patch) | |
tree | 9e82bf6ef083e5dda4585cc1eb176536fc5dfaf8 /textproc | |
parent | 79072b9e9b6774e9c5072d45623e54ea05b19aa4 (diff) | |
download | freebsd-ports-gnome-78c2f3c8be990d5249a8f0e20b96e566f3856a74.tar.gz freebsd-ports-gnome-78c2f3c8be990d5249a8f0e20b96e566f3856a74.tar.zst freebsd-ports-gnome-78c2f3c8be990d5249a8f0e20b96e566f3856a74.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove leading indefinite article from COMMENT
PR: ports/189147
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-EtText/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/p5-Text-EtText/Makefile b/textproc/p5-Text-EtText/Makefile index 423cfb7ceaff..b351c88c05cc 100644 --- a/textproc/p5-Text-EtText/Makefile +++ b/textproc/p5-Text-EtText/Makefile @@ -8,10 +8,13 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= A simple plain-text to HTML converter +MAINTAINER= 5u623l20@gmail.com +COMMENT= Simple plain-text to HTML converter -BUILD_DEPENDS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |