openbsd-ports/security/p5-Digest-MD4/Makefile
benoit 2c555cb5b3 - take maintainership on it
- remove USE_GROFF
- bump REVISION
2011-07-31 07:50:18 +00:00

24 lines
512 B
Makefile

# $OpenBSD: Makefile,v 1.6 2011/07/31 07:50:18 benoit Exp $
COMMENT = interface to md4 message-digest algorithm
DISTNAME = Digest-MD4-1.5
CATEGORIES = security
REVISION = 2
MAINTAINER = Benoit Lecocq <benoit@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
MODULES = cpan
.include <bsd.port.mk>