5bd83decff
fixing some whitespaces into tabs while at it. ok sthen@ and jasper@
22 lines
531 B
Makefile
22 lines
531 B
Makefile
# $OpenBSD: Makefile,v 1.2 2009/11/03 13:27:43 stephan Exp $
|
|
|
|
COMMENT= interface to md4 message-digest algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Digest-MD4-1.5
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
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>
|