diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-25 22:52:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-25 22:52:02 +0800 |
commit | 4d7678f65743d303ddf5125fbb0a112e9ef133ff (patch) | |
tree | 80d4ab30e02de81f855329769a1a215327768611 /security | |
parent | 4a32dd7382605ec23269ef6b1c4f3adb2d513f74 (diff) | |
download | freebsd-ports-gnome-4d7678f65743d303ddf5125fbb0a112e9ef133ff.tar.gz freebsd-ports-gnome-4d7678f65743d303ddf5125fbb0a112e9ef133ff.tar.zst freebsd-ports-gnome-4d7678f65743d303ddf5125fbb0a112e9ef133ff.zip |
- Add LICENSE
- Simplify COMMENT
- Pass maintainership to perl@
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> |