20 lines
312 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.18 2013/10/11 23:50:52 naddy Exp $
SHARED_ONLY= Yes
COMMENT= interface to md5 message-digest algorithm
MODULES= cpan
DISTNAME= MD5-1.7
2012-08-23 15:50:05 +00:00
REVISION= 3
CATEGORIES= security
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 15:50:05 +00:00
WANTLIB += c
.include <bsd.port.mk>