diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-27 02:14:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-27 02:14:33 +0800 |
commit | f22677346dedb57c73c15bf4f6cedc68fb9d963d (patch) | |
tree | e825c883ab93d9eec613fba130bcc738691c4fe0 /www | |
parent | 770d5631b35aca7d3ec62a1ae5632a43aff4af51 (diff) | |
download | freebsd-ports-gnome-f22677346dedb57c73c15bf4f6cedc68fb9d963d.tar.gz freebsd-ports-gnome-f22677346dedb57c73c15bf4f6cedc68fb9d963d.tar.zst freebsd-ports-gnome-f22677346dedb57c73c15bf4f6cedc68fb9d963d.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/188758
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Application-Plugin-AnyTemplate/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile b/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile index bad1be891f38..9b2338a8ccb0 100644 --- a/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile +++ b/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile @@ -8,9 +8,12 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Use any templating system in CGI::Application +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-CGI-Application-Plugin-Forward>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-Forward \ p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \ p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone |