diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-06 05:48:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-06 05:48:37 +0000 |
commit | aa562f1c7857465fecd9ce99bce05f9d00d287cd (patch) | |
tree | 3ac15ed789ad456858c25e3f92d1f52b7c1acfbf /www/p5-HTML-StripScripts-Parser/Makefile | |
parent | 7c2c8617987ef1cc3ec2db73ba0b6bbaf80c0cdf (diff) |
Notes
Diffstat (limited to 'www/p5-HTML-StripScripts-Parser/Makefile')
-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} |