16 lines
279 B
Makefile
16 lines
279 B
Makefile
# $OpenBSD: Makefile,v 1.5 2017/09/23 10:51:07 sthen Exp $
|
|
|
|
COMMENT= Perl extension for the RIPEMD-160 Hash function
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Crypt-RIPEMD160-0.06
|
|
CATEGORIES= security
|
|
REVISION = 0
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|