freebsd-ports/security/p5-Digest-MD5/Makefile
Dmitry Sivachenko 4217c3f794 Update to version 2.26.
Approved by:	maintainer
2003-07-30 05:31:12 +00:00

22 lines
412 B
Makefile

# New ports collection makefile for: p5-Digest-MD5
# Date created: 1999/04/07
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= Digest-MD5
PORTVERSION= 2.26
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
PKGNAMEPREFIX= p5-
MAINTAINER= petef@FreeBSD.org
COMMENT= Perl5 interface to the MD5 algorithm
PERL_CONFIGURE= yes
MAN3= Digest::MD5.3
.include <bsd.port.mk>