1997c75349
From Darrin Chandler
20 lines
372 B
Makefile
20 lines
372 B
Makefile
# $OpenBSD: Makefile,v 1.10 2007/09/15 23:30:00 merdely Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= interface to md5 message-digest algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= MD5-1.7
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|