From 13f85be14150d04aceffd082cb33ad88a9cee5cd Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 25 Aug 2015 14:52:02 +0000 Subject: [PATCH] - Add LICENSE - Simplify COMMENT - Pass maintainership to perl@ --- security/p5-Crypt-Camellia_PP/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/security/p5-Crypt-Camellia_PP/Makefile b/security/p5-Crypt-Camellia_PP/Makefile index 23a535151815..721b39142dfb 100644 --- a/security/p5-Crypt-Camellia_PP/Makefile +++ b/security/p5-Crypt-Camellia_PP/Makefile @@ -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