mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
14 lines
200 B
Makefile
14 lines
200 B
Makefile
COMMENT= perl interface to the MD2 Algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Digest-MD2-2.04
|
|
CATEGORIES= security
|
|
REVISION = 1
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|