diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-07 18:13:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-07 18:13:16 +0800 |
commit | f53185223c8976a34e511eebaf716b6952d557dc (patch) | |
tree | 035438b00b1e9aec10863a30efe86dd538033a2f /www | |
parent | ee38a42af7c459472a2e0a3e9d309e68c329ee40 (diff) | |
download | freebsd-ports-gnome-f53185223c8976a34e511eebaf716b6952d557dc.tar.gz freebsd-ports-gnome-f53185223c8976a34e511eebaf716b6952d557dc.tar.zst freebsd-ports-gnome-f53185223c8976a34e511eebaf716b6952d557dc.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: 188314
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Response/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-CGI-Response/Makefile b/www/p5-CGI-Response/Makefile index d273c79853a7..f42d4955d69c 100644 --- a/www/p5-CGI-Response/Makefile +++ b/www/p5-CGI-Response/Makefile @@ -7,9 +7,11 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl module allowing response construction for CGI applications +LICENSE= ART10 + USES= perl5 USE_PERL5= configure |