From 4d7678f65743d303ddf5125fbb0a112e9ef133ff Mon Sep 17 00:00:00 2001 From: sunpoet Date: Tue, 25 Aug 2015 14:52:02 +0000 Subject: - Add LICENSE - Simplify COMMENT - Pass maintainership to perl@ --- security/p5-Crypt-Camellia_PP/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'security') 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 -- cgit