diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-27 02:14:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-27 02:14:29 +0800 |
commit | 770d5631b35aca7d3ec62a1ae5632a43aff4af51 (patch) | |
tree | 64a1d53c87c3ddcc60e95fd07a235669632cb81d /www | |
parent | bb360f6b22e3e49b601f9928279d61c2d3f39e2f (diff) | |
download | freebsd-ports-gnome-770d5631b35aca7d3ec62a1ae5632a43aff4af51.tar.gz freebsd-ports-gnome-770d5631b35aca7d3ec62a1ae5632a43aff4af51.tar.zst freebsd-ports-gnome-770d5631b35aca7d3ec62a1ae5632a43aff4af51.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/188724
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Application-Plugin-Authentication/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-CGI-Application-Plugin-Authentication/Makefile b/www/p5-CGI-Application-Plugin-Authentication/Makefile index 8f2bc9b691d1..56d085c2c0d4 100644 --- a/www/p5-CGI-Application-Plugin-Authentication/Makefile +++ b/www/p5-CGI-Application-Plugin-Authentication/Makefile @@ -7,9 +7,12 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Support for authenticating requests in CGI::Application +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Apache-Htpasswd>=0:${PORTSDIR}/security/p5-Apache-Htpasswd \ p5-CGI-Application>=4:${PORTSDIR}/www/p5-CGI-Application \ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ |