2002-05-28 15:02:49 +02:00
|
|
|
# New ports collection makefile for: Digest
|
|
|
|
# Date created: 28 May 2002
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Digest
|
2011-10-02 16:58:25 +02:00
|
|
|
PORTVERSION= 1.17
|
2002-05-28 15:02:49 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-05-28 15:02:49 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-03-23 11:44:04 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Modules that calculate message digests
|
2002-05-28 15:02:49 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2004-12-13 13:36:59 +01:00
|
|
|
MAN3= Digest.3 Digest::base.3 Digest::file.3
|
2002-05-28 15:02:49 +02:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|