1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/security/p5-Digest-MD5/Makefile
Sunpoet Po-Chuan Hsieh 9b97c7b155 - Update to 2.52
- Remove outdated PERL_LEVEL check

Changes:	http://search.cpan.org/dist/Digest-MD5/Changes
2012-06-08 22:21:26 +00:00

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>