aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest/Makefile
blob: 942ec1bb795002db6cd03fef481165b708b0918e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: Sergey Skvortsov <skv@protey.ru>

PORTNAME=	Digest
PORTVERSION=	1.19
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Modules that calculate message digests

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>