18dfbfdf20
- add licenses - add "created date" in header (corresponding to the date when the ports was added)
24 lines
472 B
Makefile
24 lines
472 B
Makefile
# New ports collection makefile for: p5-Crypt-RIPEMD160
|
|
# Date created: 2001-09-12
|
|
# Whom: Michael Haro <mharo@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt-RIPEMD160
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= RIPEMD-160 message digest algorithm
|
|
|
|
LICENSE_COMB= dual
|
|
LICENSE= ART20 GPLv1
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Crypt::RIPEMD160::MAC.3 Crypt::RIPEMD160.3
|
|
|
|
.include <bsd.port.mk>
|