1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/security/p5-Digest-Perl-MD5/Makefile
2021-04-06 16:31:07 +02:00

21 lines
360 B
Makefile

# Created by: Gabor Kovesdan
PORTNAME= Digest-Perl-MD5
PORTVERSION= 1.9
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= Perl extension for MD5 hash algorithm in pure Perl
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>