summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RIPEMD160/Makefile
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2001-09-20 00:53:24 +0000
committermjl <mjl@pkgsrc.org>2001-09-20 00:53:24 +0000
commit5e8ac72e1ad4f4bf0851037a0a4b7cf467c1194b (patch)
treece3a75c21ae4209d4108495b3af91c74de55f156 /security/p5-Crypt-RIPEMD160/Makefile
parenteff96ea66f2ca58ff4ceb9d24cde8278c734db3e (diff)
downloadpkgsrc-5e8ac72e1ad4f4bf0851037a0a4b7cf467c1194b.tar.gz
Initial import of p5-Crypt-RIPEMD160, as provided by Sen Nagata.
Diffstat (limited to 'security/p5-Crypt-RIPEMD160/Makefile')
-rw-r--r--security/p5-Crypt-RIPEMD160/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile
new file mode 100644
index 00000000000..dd1dea95c92
--- /dev/null
+++ b/security/p5-Crypt-RIPEMD160/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/20 00:53:24 mjl Exp $
+#
+
+DISTNAME= Crypt-RIPEMD160-0.04
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+COMMENT= perl5 module of the RIPEMD160 hash function
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/RIPEMD160/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"