df4e1203e4
ok jasper@ (final commit)
23 lines
535 B
Makefile
23 lines
535 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:46:47 ajacoutot Exp $
|
|
|
|
COMMENT= interface to md4 message-digest algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Digest-MD4-1.5
|
|
REVISION= 1
|
|
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>
|