Thu Sep 9 20:30:02 2010 UTC ()
Use bundled M::I to avoid cyclic dependency


(sno)
diff -r1.24 -r1.25 pkgsrc/security/p5-Crypt-RSA/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/security/p5-Crypt-RSA/Makefile (expand / switch to unified diff)

--- pkgsrc/security/p5-Crypt-RSA/Makefile 2010/08/21 16:35:40 1.24
+++ pkgsrc/security/p5-Crypt-RSA/Makefile 2010/09/09 20:30:02 1.25
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.24 2010/08/21 16:35:40 seb Exp $ 1# $NetBSD: Makefile,v 1.25 2010/09/09 20:30:02 sno Exp $
2# 2#
3 3
4DISTNAME= Crypt-RSA-1.99 4DISTNAME= Crypt-RSA-1.99
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 6PKGREVISION= 1
7SVR4_PKGNAME= p5rsa 7SVR4_PKGNAME= p5rsa
8CATEGORIES= security perl5 8CATEGORIES= security perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} 9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
10 10
11MAINTAINER= heinz@NetBSD.org 11MAINTAINER= heinz@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Crypt-RSA/ 12HOMEPAGE= http://search.cpan.org/dist/Crypt-RSA/
13COMMENT= Perl5 module of the RSA public key algorithm 13COMMENT= Perl5 module of the RSA public key algorithm
14LICENSE= ${PERL5_LICENSE} 14LICENSE= ${PERL5_LICENSE}
@@ -22,25 +22,25 @@ DEPENDS+= p5-Crypt-Random>=0.34:../../s @@ -22,25 +22,25 @@ DEPENDS+= p5-Crypt-Random>=0.34:../../s
22DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer 22DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer
23DEPENDS+= p5-Digest-MD2-[0-9]*:../../security/p5-Digest-MD2 23DEPENDS+= p5-Digest-MD2-[0-9]*:../../security/p5-Digest-MD2
24DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5 24DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5
25DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 25DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
26DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari 26DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
27DEPENDS+= p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions 27DEPENDS+= p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions
28DEPENDS+= p5-Tie-EncryptedHash-[0-9]*:../../security/p5-Tie-EncryptedHash 28DEPENDS+= p5-Tie-EncryptedHash-[0-9]*:../../security/p5-Tie-EncryptedHash
29 29
30PKG_INSTALLATION_TYPES= overwrite pkgviews 30PKG_INSTALLATION_TYPES= overwrite pkgviews
31PKG_DESTDIR_SUPPORT= user-destdir 31PKG_DESTDIR_SUPPORT= user-destdir
32 32
33USE_LANGUAGES= # empty 33USE_LANGUAGES= # empty
34PERL5_PACKLIST= auto/Crypt/RSA/.packlist 34PERL5_PACKLIST= auto/Crypt/RSA/.packlist
35PERL5_MODULE_TYPE= Module::Install 35PERL5_MODULE_TYPE= Module::Install::Bundled
36 36
37REPLACE_PERL+= lib/Crypt/RSA.pm 37REPLACE_PERL+= lib/Crypt/RSA.pm
38REPLACE_PERL+= lib/Crypt/RSA/*.pm 38REPLACE_PERL+= lib/Crypt/RSA/*.pm
39REPLACE_PERL+= lib/Crypt/RSA/ES/*.pm 39REPLACE_PERL+= lib/Crypt/RSA/ES/*.pm
40REPLACE_PERL+= lib/Crypt/RSA/Key/*.pm 40REPLACE_PERL+= lib/Crypt/RSA/Key/*.pm
41REPLACE_PERL+= lib/Crypt/RSA/Key/Private/*.pm 41REPLACE_PERL+= lib/Crypt/RSA/Key/Private/*.pm
42REPLACE_PERL+= lib/Crypt/RSA/Key/Public/*.pm 42REPLACE_PERL+= lib/Crypt/RSA/Key/Public/*.pm
43REPLACE_PERL+= lib/Crypt/RSA/SS/*.pm 43REPLACE_PERL+= lib/Crypt/RSA/SS/*.pm
44 44
45.include "../../lang/perl5/module.mk" 45.include "../../lang/perl5/module.mk"
46.include "../../mk/bsd.pkg.mk" 46.include "../../mk/bsd.pkg.mk"