mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
9b97c7b155
- Remove outdated PERL_LEVEL check Changes: http://search.cpan.org/dist/Digest-MD5/Changes
22 lines
365 B
Makefile
22 lines
365 B
Makefile
# New ports collection makefile for: p5-Digest-MD5
|
|
# Date created: 1999/04/07
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Digest-MD5
|
|
PORTVERSION= 2.52
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 interface to the MD5 algorithm
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Digest::MD5.3
|
|
|
|
.include <bsd.port.mk>
|