2001-05-27 07:35:20 +02:00
|
|
|
# New ports collection makefile for: p5-Digest-MD2
|
|
|
|
# Date created: 24 May 2001
|
2001-08-23 01:07:23 +02:00
|
|
|
# Whom: petef@FreeBSD.org
|
2001-05-27 07:35:20 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Digest-MD2
|
2003-01-05 22:21:25 +01:00
|
|
|
PORTVERSION= 2.01
|
2001-05-27 07:35:20 +02:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Digest
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-08-23 01:07:23 +02:00
|
|
|
MAINTAINER= petef@FreeBSD.org
|
2001-05-27 07:35:20 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
MAN3= Digest::MD2.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|