aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-MD5/Makefile
blob: b088057405252c39000a18ebc3a05cd68c3c8999 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	MD5
PORTVERSION=	2.03
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN/${PORTNAME}/GAAS
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Wrapper to the Digest::MD5 module
WWW=		https://metacpan.org/release/MD5

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>