aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest/Makefile
blob: add8cd322d3daecd4c6326d5356f5a93b53cc7bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	Digest
PORTVERSION=	1.20
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Modules that calculate message digests
WWW=		https://metacpan.org/release/Digest

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>