diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-02 17:42:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-02 17:42:16 +0800 |
commit | 9b986b086fb9f2e4475edb8825a70403ce09c4ca (patch) | |
tree | 7f0160e2495f6e0a5e8707c2989e82f8526f2233 /security | |
parent | 00217f47b408aa4c0af38c691121bb0369b3e14e (diff) | |
download | freebsd-ports-gnome-9b986b086fb9f2e4475edb8825a70403ce09c4ca.tar.gz freebsd-ports-gnome-9b986b086fb9f2e4475edb8825a70403ce09c4ca.tar.zst freebsd-ports-gnome-9b986b086fb9f2e4475edb8825a70403ce09c4ca.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189179
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Tree-Authz/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Tree-Authz/Makefile b/security/p5-Tree-Authz/Makefile index 95f1a31e99d4..93a31079776d 100644 --- a/security/p5-Tree-Authz/Makefile +++ b/security/p5-Tree-Authz/Makefile @@ -7,9 +7,12 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Role-Based Access Control authorization scheme +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-Devel-Symdump>=0:${PORTSDIR}/devel/p5-Devel-Symdump \ p5-Lingua-EN-Inflect-Number>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number |