aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD5-M4p/Makefile
blob: eeb38855b31083a996fd9c024465f70df55524ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Lars Thegler <lth@FreeBSD.org>

PORTNAME=	Digest-MD5-M4p
PORTVERSION=	0.01
PORTREVISION=	2
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl interface to a variant of the MD5 algorithm

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>