2002-05-28 13:02:49 +00:00
|
|
|
# New ports collection makefile for: Digest
|
|
|
|
# Date created: 28 May 2002
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Digest
|
2006-03-23 10:44:04 +00:00
|
|
|
PORTVERSION= 1.15
|
2002-05-28 13:02:49 +00:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Digest
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-03-23 10:44:04 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Modules that calculate message digests
|
2002-05-28 13:02:49 +00:00
|
|
|
|
2004-04-03 14:17:40 +00:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2002-05-28 13:02:49 +00:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2004-12-13 12:36:59 +00:00
|
|
|
MAN3= Digest.3 Digest::base.3 Digest::file.3
|
2002-05-28 13:02:49 +00:00
|
|
|
|
2004-04-03 14:17:40 +00:00
|
|
|
.include <bsd.port.mk>
|