svn commit: r352801 - head/security/p5-Crypt-PGPSimple

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


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

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

Modified:
  head/security/p5-Crypt-PGPSimple/Makefile

Modified: head/security/p5-Crypt-PGPSimple/Makefile
==============================================================================
--- head/security/p5-Crypt-PGPSimple/Makefile	Fri May  2 09:42:33 2014	(r352800)
+++ head/security/p5-Crypt-PGPSimple/Makefile	Fri May  2 09:42:37 2014	(r352801)
@@ -7,9 +7,12 @@ CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Crypt::PGPSimple provides a simple object-oriented interface to PGP
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	${LOCALBASE}/bin/pgp:${PORTSDIR}/security/pgp
 
 USES=		perl5


More information about the svn-ports-head mailing list