c10f314307
PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
21 lines
407 B
Makefile
21 lines
407 B
Makefile
# New ports collection makefile for: Digest
|
|
# Date created: 28 May 2002
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Digest
|
|
PORTVERSION= 1.16
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Modules that calculate message digests
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Digest.3 Digest::base.3 Digest::file.3
|
|
|
|
.include <bsd.port.mk>
|