23 lines
531 B
Makefile
23 lines
531 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/10/18 21:41:46 espie Exp $
|
|
|
|
COMMENT= interface to md4 message-digest algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Digest-MD4-1.5
|
|
REVISION= 0
|
|
CATEGORIES= security
|
|
USE_GROFF = Yes
|
|
|
|
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>
|