2013-05-31 14:39:57 +02:00
|
|
|
# $NetBSD: Makefile,v 1.30 2013/05/31 12:41:55 wiz Exp $
|
2001-10-01 02:33:14 +02:00
|
|
|
#
|
|
|
|
|
2009-07-08 16:00:44 +02:00
|
|
|
DISTNAME= Crypt-RSA-1.99
|
2001-10-01 02:33:14 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2013-05-31 14:39:57 +02:00
|
|
|
PKGREVISION= 4
|
2001-10-18 17:20:01 +02:00
|
|
|
SVR4_PKGNAME= p5rsa
|
2001-10-01 02:33:14 +02:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
|
2013-03-02 11:44:33 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2004-02-25 00:05:08 +01:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Crypt-RSA/
|
2003-07-21 19:20:17 +02:00
|
|
|
COMMENT= Perl5 module of the RSA public key algorithm
|
2009-07-08 16:00:44 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2001-10-01 02:33:14 +02:00
|
|
|
|
2004-02-25 00:05:08 +01:00
|
|
|
DEPENDS+= p5-Class-Loader>=2.00:../../devel/p5-Class-Loader
|
2009-07-08 16:00:44 +02:00
|
|
|
DEPENDS+= p5-Convert-ASCII-Armour-[0-9]*:../../textproc/p5-Convert-ASCII-Armour
|
|
|
|
DEPENDS+= p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish
|
|
|
|
DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
|
|
|
|
DEPENDS+= p5-Crypt-Primes>=0.38:../../security/p5-Crypt-Primes
|
|
|
|
DEPENDS+= p5-Crypt-Random>=0.34:../../security/p5-Crypt-Random
|
2001-10-03 04:31:19 +02:00
|
|
|
DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer
|
2009-07-08 16:00:44 +02:00
|
|
|
DEPENDS+= p5-Digest-MD2-[0-9]*:../../security/p5-Digest-MD2
|
|
|
|
DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5
|
|
|
|
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
|
|
|
|
DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
|
|
|
|
DEPENDS+= p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions
|
|
|
|
DEPENDS+= p5-Tie-EncryptedHash-[0-9]*:../../security/p5-Tie-EncryptedHash
|
2001-10-01 02:33:14 +02:00
|
|
|
|
2004-02-25 00:05:08 +01:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
|
|
|
|
USE_LANGUAGES= # empty
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/Crypt/RSA/.packlist
|
2010-09-09 22:30:02 +02:00
|
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
2001-10-01 02:33:14 +02:00
|
|
|
|
2007-04-22 11:00:21 +02:00
|
|
|
REPLACE_PERL+= lib/Crypt/RSA.pm
|
|
|
|
REPLACE_PERL+= lib/Crypt/RSA/*.pm
|
|
|
|
REPLACE_PERL+= lib/Crypt/RSA/ES/*.pm
|
|
|
|
REPLACE_PERL+= lib/Crypt/RSA/Key/*.pm
|
|
|
|
REPLACE_PERL+= lib/Crypt/RSA/Key/Private/*.pm
|
|
|
|
REPLACE_PERL+= lib/Crypt/RSA/Key/Public/*.pm
|
|
|
|
REPLACE_PERL+= lib/Crypt/RSA/SS/*.pm
|
2007-03-24 19:35:14 +01:00
|
|
|
|
2002-10-27 22:20:37 +01:00
|
|
|
.include "../../lang/perl5/module.mk"
|
2001-10-01 02:33:14 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|