diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-06 13:48:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-06 13:48:37 +0800 |
commit | 8b6eb5e353afcc3e0ce072073fb78aa2babc548a (patch) | |
tree | 3ac15ed789ad456858c25e3f92d1f52b7c1acfbf /www | |
parent | 408ca4ea9ba8415fba123e4618d63ccecf3f7aa8 (diff) | |
download | freebsd-ports-gnome-8b6eb5e353afcc3e0ce072073fb78aa2babc548a.tar.gz freebsd-ports-gnome-8b6eb5e353afcc3e0ce072073fb78aa2babc548a.tar.zst freebsd-ports-gnome-8b6eb5e353afcc3e0ce072073fb78aa2babc548a.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: 188167
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-StripScripts-Parser/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-HTML-StripScripts-Parser/Makefile b/www/p5-HTML-StripScripts-Parser/Makefile index 8e5e1ee768b7..d353c7d1a435 100644 --- a/www/p5-HTML-StripScripts-Parser/Makefile +++ b/www/p5-HTML-StripScripts-Parser/Makefile @@ -7,9 +7,12 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= XSS filter using HTML::Parser +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-HTML-Parser>=3.56:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTML-StripScripts>=1.05:${PORTSDIR}/www/p5-HTML-StripScripts RUN_DEPENDS:= ${BUILD_DEPENDS} |