diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-25 14:52:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-25 14:52:02 +0000 |
commit | 13f85be14150d04aceffd082cb33ad88a9cee5cd (patch) | |
tree | 80d4ab30e02de81f855329769a1a215327768611 /security | |
parent | 89e08f6e4cc3e4d715a01328444e7e4112afcb98 (diff) |
Notes
Diffstat (limited to 'security')
-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> |