24 lines
459 B
Makefile
24 lines
459 B
Makefile
# $OpenBSD: Makefile,v 1.3 2021/06/15 06:55:01 benoit Exp $
|
|
|
|
COMMENT = Perl extension to parse PKCS \#10 certificate requests
|
|
|
|
DISTNAME = Crypt-PKCS10-2.002
|
|
CATEGORIES = security
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = converters/p5-Convert-ASN1 \
|
|
security/p5-Crypt-OpenSSL-DSA \
|
|
security/p5-Crypt-OpenSSL-RSA \
|
|
security/p5-CryptX
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE = modbuild tiny
|
|
|
|
.include <bsd.port.mk>
|