1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/security/p5-MD5/Makefile
2021-04-06 16:31:07 +02:00

17 lines
314 B
Makefile

# Created by: James FitzGibbon <jfitz@FreeBSD.org>
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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>