opnsense-ports/security/p5-MD5/Makefile
Franco Fichtner e17aa5f071 */*: sync with upstream
Taken from: FreeBSD
2015-05-15 07:27:23 +02:00

17 lines
326 B
Makefile

# Created by: James FitzGibbon <jfitz@FreeBSD.org>
# $FreeBSD$
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>