freebsd-ports/security/p5-Digest-MD5-M4p/Makefile
2021-04-06 16:31:07 +02:00

16 lines
317 B
Makefile

# 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>