svn commit: r352799 - head/security/p5-Authen-PAAS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 2 09:42:29 UTC 2014


Author: sunpoet
Date: Fri May  2 09:42:29 2014
New Revision: 352799
URL: http://svnweb.freebsd.org/changeset/ports/352799
QAT: https://qat.redports.org/buildarchive/r352799/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  
  PR:		ports/189192
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/security/p5-Authen-PAAS/Makefile

Modified: head/security/p5-Authen-PAAS/Makefile
==============================================================================
--- head/security/p5-Authen-PAAS/Makefile	Fri May  2 09:42:24 2014	(r352798)
+++ head/security/p5-Authen-PAAS/Makefile	Fri May  2 09:42:29 2014	(r352799)
@@ -7,11 +7,13 @@ CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at 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


More information about the svn-ports-all mailing list