Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 14:52:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395270 - head/security/p5-Crypt-Camellia_PP
Message-ID:  <201508251452.t7PEq3w7080601@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Aug 25 14:52:02 2015
New Revision: 395270
URL: https://svnweb.freebsd.org/changeset/ports/395270

Log:
  - Add LICENSE
  - Simplify COMMENT
  - Pass maintainership to perl@

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

Modified: head/security/p5-Crypt-Camellia_PP/Makefile
==============================================================================
--- head/security/p5-Crypt-Camellia_PP/Makefile	Tue Aug 25 14:51:58 2015	(r395269)
+++ head/security/p5-Crypt-Camellia_PP/Makefile	Tue Aug 25 14:52:02 2015	(r395270)
@@ -8,11 +8,14 @@ CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Perl extension for Camellia Encryption Algorithm in pure Perl
+MAINTAINER=	perl@FreeBSD.org
+COMMENT=	Pure Perl Camellia 128-bit block cipher module
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
-NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508251452.t7PEq3w7080601>