14 lines
252 B
Makefile
14 lines
252 B
Makefile
COMMENT= perl implementation of Ron Rivests MD5 Algorithm
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Digest-Perl-MD5-1.9
|
|
CATEGORIES= security
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|