mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
22 lines
407 B
Makefile
22 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.17
|
|
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>
|