aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RIPEMD160
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-09-12 02:33:49 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-09-12 02:33:49 +0000
commit05cc4a8fd1062dbf09f1fbbdd76107f00770d4f3 (patch)
treed9c6e2782419ece59d3aaca00e9924e7359458e6 /security/p5-Crypt-RIPEMD160
parentc099a45fe45a6a1fa21d5ac9d0888570a2e94330 (diff)
downloadports-05cc4a8fd1062dbf09f1fbbdd76107f00770d4f3.tar.gz
ports-05cc4a8fd1062dbf09f1fbbdd76107f00770d4f3.zip
Notes
Diffstat (limited to 'security/p5-Crypt-RIPEMD160')
-rw-r--r--security/p5-Crypt-RIPEMD160/Makefile22
-rw-r--r--security/p5-Crypt-RIPEMD160/distinfo1
-rw-r--r--security/p5-Crypt-RIPEMD160/pkg-comment1
-rw-r--r--security/p5-Crypt-RIPEMD160/pkg-descr5
-rw-r--r--security/p5-Crypt-RIPEMD160/pkg-plist10
5 files changed, 39 insertions, 0 deletions
diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile
new file mode 100644
index 000000000000..c9ab9645942f
--- /dev/null
+++ b/security/p5-Crypt-RIPEMD160/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Crypt-RIPEMD160
+# Date created:
+# Whom: Michael Haro <mharo@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Crypt-RIPEMD160
+PORTVERSION= 0.04
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= mharo@FreeBSD.org
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Crypt::RIPEMD160::MAC.3 Crypt::RIPEMD160.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-RIPEMD160/distinfo b/security/p5-Crypt-RIPEMD160/distinfo
new file mode 100644
index 000000000000..12621cfb5699
--- /dev/null
+++ b/security/p5-Crypt-RIPEMD160/distinfo
@@ -0,0 +1 @@
+MD5 (Crypt-RIPEMD160-0.04.tar.gz) = 132c1b74deabd6511726945373308699
diff --git a/security/p5-Crypt-RIPEMD160/pkg-comment b/security/p5-Crypt-RIPEMD160/pkg-comment
new file mode 100644
index 000000000000..27fc39d36694
--- /dev/null
+++ b/security/p5-Crypt-RIPEMD160/pkg-comment
@@ -0,0 +1 @@
+RIPEMD-160 message digest algorithm
diff --git a/security/p5-Crypt-RIPEMD160/pkg-descr b/security/p5-Crypt-RIPEMD160/pkg-descr
new file mode 100644
index 000000000000..bb240e2dc366
--- /dev/null
+++ b/security/p5-Crypt-RIPEMD160/pkg-descr
@@ -0,0 +1,5 @@
+The Crypt::RIPEMD160 module allows you to use the RIPEMD160 Message Digest
+algorithm from within Perl programs.
+
+The module is based on the implementation from Antoon Bosselaers from
+Katholieke Universiteit Leuven.
diff --git a/security/p5-Crypt-RIPEMD160/pkg-plist b/security/p5-Crypt-RIPEMD160/pkg-plist
new file mode 100644
index 000000000000..33c425edb39f
--- /dev/null
+++ b/security/p5-Crypt-RIPEMD160/pkg-plist
@@ -0,0 +1,10 @@
+lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/RIPEMD160.so
+lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/RIPEMD160.bs
+lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/autosplit.ix
+lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/.packlist
+lib/perl5/site_perl/5.005/i386-freebsd/Crypt/RIPEMD160.pm
+lib/perl5/site_perl/5.005/i386-freebsd/Crypt/RIPEMD160/MAC.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RIPEMD160
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/RIPEMD160
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true