openbsd-ports/security/p5-Digest-MD5-M4p/Makefile
2022-03-11 19:53:16 +00:00

18 lines
269 B
Makefile

COMMENT= perl interface to a variant of the MD5 algorithm
MODULES= cpan
DISTNAME= Digest-MD5-M4p-0.01
REVISION= 6
CATEGORIES= security
# same as perl
PERMIT_PACKAGE= Yes
WANTLIB += c perl
INSTALL_TARGET= install_site
FIX_CRLF_FILES= M4p.xs
.include <bsd.port.mk>