aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RIPEMD160/Makefile
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/Makefile
parentc099a45fe45a6a1fa21d5ac9d0888570a2e94330 (diff)
Notes
Diffstat (limited to 'security/p5-Crypt-RIPEMD160/Makefile')
-rw-r--r--security/p5-Crypt-RIPEMD160/Makefile22
1 files changed, 22 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>