aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-RIPEMD160/Makefile
blob: 5976e9f08e0c7eeee148af2405209610b39c1f35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Michael Haro <mharo@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Crypt-RIPEMD160
PORTVERSION=    0.05
PORTREVISION=   1
CATEGORIES= security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    RIPEMD-160 message digest algorithm

LICENSE_COMB=   dual
LICENSE=    ART20 GPLv1

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>