mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
17 lines
266 B
Makefile
17 lines
266 B
Makefile
COMMENT = perl implementation of Ron Rivests MD5 Algorithm
|
|
|
|
DISTNAME = Digest-Perl-MD5-1.91
|
|
CATEGORIES = security
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CPAN_AUTHOR = DELTA
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|