summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RSA
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2007-04-22 09:00:21 +0000
committerheinz <heinz@pkgsrc.org>2007-04-22 09:00:21 +0000
commit82874b8437d26ce9820a2552c323be353ca88fb6 (patch)
tree6ef34d14683d81748b6c45bc489269b91535ed94 /security/p5-Crypt-RSA
parent327cf32d103c07a3aee4e231ccdb375e1042de32 (diff)
downloadpkgsrc-82874b8437d26ce9820a2552c323be353ca88fb6.tar.gz
As suggested by Joerg Sonnenberger, replaced CHECK_INTERPRETER_SKIP
with appropriate values for REPLACE_PERL.
Diffstat (limited to 'security/p5-Crypt-RSA')
-rw-r--r--security/p5-Crypt-RSA/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile
index f5795e729b0..5957e4d2307 100644
--- a/security/p5-Crypt-RSA/Makefile
+++ b/security/p5-Crypt-RSA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2007/03/24 18:35:14 heinz Exp $
+# $NetBSD: Makefile,v 1.19 2007/04/22 09:00:22 heinz Exp $
#
DISTNAME= Crypt-RSA-1.58
@@ -30,8 +30,13 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/RSA/.packlist
-CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Crypt/RSA.pm
-CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Crypt/RSA/*
+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
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"