diff options
author | seb <seb@pkgsrc.org> | 2007-07-27 23:10:37 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-07-27 23:10:37 +0000 |
commit | 576322c0946faa82ae89e23291b219e9d565bd7a (patch) | |
tree | d380e1a49b9c3bf96040ff00ca2e68b8bc10881c /security/p5-Crypt-RC4/Makefile | |
parent | 55cb824fedbbd6791d783b57d1ece49fe4ee5ac9 (diff) | |
download | pkgsrc-576322c0946faa82ae89e23291b219e9d565bd7a.tar.gz |
Initial import of p5-Crypt-RC4 version 2.02 into The NetBSD
Packages Collection.
The Perl 5 module Crypt::RC4 provides a simple implementation of
the RC4 algorithm, developed by RSA Security, Inc.
Disclaimer: Strictly speaking, this module uses the "alleged" RC4
algorithm. The Algorithm known as "RC4" is a trademark of RSA
Security Inc., and this document [the module documentation] makes
no claims one way or another that this is the correct algorithm,
and further, make no claims about the quality of the source code
nor any licensing requirements for commercial use.
Diffstat (limited to 'security/p5-Crypt-RC4/Makefile')
-rw-r--r-- | security/p5-Crypt-RC4/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/security/p5-Crypt-RC4/Makefile b/security/p5-Crypt-RC4/Makefile new file mode 100644 index 00000000000..edf64005d81 --- /dev/null +++ b/security/p5-Crypt-RC4/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/07/27 23:10:37 seb Exp $ +# + +DISTNAME= Crypt-RC4-2.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Crypt-RC4/ +COMMENT= Perl5 module for the "alleged" RC4 encryption algorithm + +PERL5_PACKLIST= auto/Crypt/RC4/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |