17 lines
273 B
Makefile
17 lines
273 B
Makefile
# $OpenBSD: Makefile,v 1.8 2020/11/04 10:50:55 benoit Exp $
|
|
|
|
COMMENT = parse an X.509 certificate
|
|
|
|
DISTNAME = Crypt-X509-0.53
|
|
CATEGORIES = security
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
TEST_DEPENDS = converters/p5-Convert-ASN1
|
|
|
|
.include <bsd.port.mk>
|