diff options
-rw-r--r-- | security/p5-Crypt-Camellia_PP/Makefile | 9 |
1 files 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 <bsd.port.mk> |