diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-02 09:42:29 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-02 09:42:29 +0000 |
commit | baae708affd8dc5f60684fe8431f2ce23c793300 (patch) | |
tree | 5968164f5c92f33584c3f074a1a4f6fd61e3ed7d | |
parent | a1bc6e7c674a95e22d383ef2edf6c705f90283ff (diff) | |
download | FreeBSD-ports-baae708affd8dc5f60684fe8431f2ce23c793300.zip FreeBSD-ports-baae708affd8dc5f60684fe8431f2ce23c793300.tar.gz |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189192
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | security/p5-Authen-PAAS/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/p5-Authen-PAAS/Makefile b/security/p5-Authen-PAAS/Makefile index d3da57a..e4db2fb 100644 --- a/security/p5-Authen-PAAS/Makefile +++ b/security/p5-Authen-PAAS/Makefile @@ -7,11 +7,13 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl Authentication & Authorization Service +LICENSE= GPLv2 + BUILD_DEPENDS= p5-Config-Record>=1.1.0:${PORTSDIR}/devel/p5-Config-Record \ - p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl + p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |