summaryrefslogtreecommitdiff
path: root/security/p5-Tie-EncryptedHash/Makefile
diff options
context:
space:
mode:
authormcr <mcr@pkgsrc.org>2001-10-01 15:17:58 +0000
committermcr <mcr@pkgsrc.org>2001-10-01 15:17:58 +0000
commit70fc4de7452f8253ee8da7f76a4779c69995d7c7 (patch)
treed937459ff5d8a54e36484bc9ae776c73cd4b25bc /security/p5-Tie-EncryptedHash/Makefile
parent98ee18b0e2f3c676fa5da65ed65602a705f4af8b (diff)
downloadpkgsrc-70fc4de7452f8253ee8da7f76a4779c69995d7c7.tar.gz
pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP
Diffstat (limited to 'security/p5-Tie-EncryptedHash/Makefile')
-rw-r--r--security/p5-Tie-EncryptedHash/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/p5-Tie-EncryptedHash/Makefile b/security/p5-Tie-EncryptedHash/Makefile
new file mode 100644
index 00000000000..b897615baca
--- /dev/null
+++ b/security/p5-Tie-EncryptedHash/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2001/10/01 15:17:58 mcr Exp $
+#
+
+DISTNAME= Tie-EncryptedHash-1.1
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+COMMENT= perl5 module for hashes with encrypting fields
+
+DEPENDS+= p5-Crypt-CBC-*:../../security/p5-Crypt-CBC
+DEPENDS+= p5-Crypt-Blowfish-*:../../security/p5-Crypt-Blowfish
+DEPENDS+= p5-Crypt-DES-*:../../security/p5-Crypt-DES
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Tie/EncryptedHash/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"