1996-10-24 10:37:23 +02:00
|
|
|
# New ports collection makefile for: p5-MD5
|
|
|
|
# Date created: September 30th 1996
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1996-10-24 10:37:23 +02:00
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= MD5
|
2003-12-29 16:45:45 +01:00
|
|
|
PORTVERSION= 2.03
|
1997-04-20 15:53:29 +02:00
|
|
|
CATEGORIES= security perl5
|
2007-09-27 20:40:42 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/GAAS
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1996-10-24 10:37:23 +02:00
|
|
|
|
2007-09-27 20:40:42 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= wrapper to the Digest::MD5 module
|
1996-10-24 10:37:23 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
1996-10-24 10:37:23 +02:00
|
|
|
|
1996-11-17 08:58:10 +01:00
|
|
|
MAN3= MD5.3
|
|
|
|
|
2003-02-20 17:33:26 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
2007-09-27 20:40:42 +02:00
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
2003-02-20 17:33:26 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|