diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-27 02:13:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-27 02:13:04 +0800 |
commit | 636553e535d3f7b8c8b1c478d8c069c483d25773 (patch) | |
tree | 9c636a8152cfc1c7b175e2c9548e4e5ea5e644d0 /www | |
parent | ad9fe874921a7f96dc7ff3e60ebfa52f4f822c7d (diff) | |
download | freebsd-ports-gnome-636553e535d3f7b8c8b1c478d8c069c483d25773.tar.gz freebsd-ports-gnome-636553e535d3f7b8c8b1c478d8c069c483d25773.tar.zst freebsd-ports-gnome-636553e535d3f7b8c8b1c478d8c069c483d25773.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/188343
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-FastTemplate/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-CGI-FastTemplate/Makefile b/www/p5-CGI-FastTemplate/Makefile index 65b0d3a92ff9..e253f2f1bfc8 100644 --- a/www/p5-CGI-FastTemplate/Makefile +++ b/www/p5-CGI-FastTemplate/Makefile @@ -7,9 +7,12 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl module for manage templates and parses templates +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |