openbsd-ports/security/p5-Digest-MD4/Makefile
2010-07-13 20:14:21 +00:00

22 lines
515 B
Makefile

# $OpenBSD: Makefile,v 1.3 2010/07/13 20:14:22 sthen Exp $
COMMENT= interface to md4 message-digest algorithm
MODULES= cpan
DISTNAME= Digest-MD4-1.5
REVISION= 0
CATEGORIES= security
MAINTAINER= Stephan A. Rickauer <stephan@openbsd.org>
# Digest::MD4: perl
#
# This implementation is derived from the reference C code in RFC 1320.
# See "A.3 md4c.c" for the copyright notice.
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>