diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-09-12 02:33:49 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-09-12 02:33:49 +0000 |
commit | 05cc4a8fd1062dbf09f1fbbdd76107f00770d4f3 (patch) | |
tree | d9c6e2782419ece59d3aaca00e9924e7359458e6 /security/p5-Crypt-RIPEMD160/Makefile | |
parent | c099a45fe45a6a1fa21d5ac9d0888570a2e94330 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-RIPEMD160/Makefile')
-rw-r--r-- | security/p5-Crypt-RIPEMD160/Makefile | 22 |
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> |