diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-06 13:48:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-06 13:48:41 +0800 |
commit | aef2b4a7eb57e51147b6e37cf38dccfa14fbd3e0 (patch) | |
tree | 6fb82ea7b04710e72203528a8cc318d3bf90124e /www | |
parent | 8b6eb5e353afcc3e0ce072073fb78aa2babc548a (diff) | |
download | freebsd-ports-gnome-aef2b4a7eb57e51147b6e37cf38dccfa14fbd3e0.tar.gz freebsd-ports-gnome-aef2b4a7eb57e51147b6e37cf38dccfa14fbd3e0.tar.zst freebsd-ports-gnome-aef2b4a7eb57e51147b6e37cf38dccfa14fbd3e0.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: 188169
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-StripScripts/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-HTML-StripScripts/Makefile b/www/p5-HTML-StripScripts/Makefile index adfcd574ef39..961de37d085f 100644 --- a/www/p5-HTML-StripScripts/Makefile +++ b/www/p5-HTML-StripScripts/Makefile @@ -7,9 +7,12 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Strip scripting constructs out of HTML +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |