svn commit: r395270 - head/security/p5-Crypt-Camellia_PP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 25 14:52:03 UTC 2015


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 at FreeBSD.org
-COMMENT=	Perl extension for Camellia Encryption Algorithm in pure Perl
+MAINTAINER=	perl at 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>


More information about the svn-ports-head mailing list