openbsd-ports/security/p5-Crypt-OpenSSL-ECDSA/Makefile
2022-03-11 19:53:16 +00:00

16 lines
258 B
Makefile

COMMENT = ECDSA encoding and decoding using OpenSSL
DISTNAME = Crypt-OpenSSL-ECDSA-0.10
CATEGORIES = security
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = c crypto perl
MODULES = cpan
RUN_DEPENDS = security/p5-Crypt-OpenSSL-EC>=0.05
.include <bsd.port.mk>