ports/security/p5-Crypt-OpenSSL-X509/Makefile

21 lines
331 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = access OpenSSL X509 API from Perl
DISTNAME = Crypt-OpenSSL-X509-1.915
CATEGORIES = security
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = c crypto perl ssl
MODULES = cpan
BUILD_DEPENDS = security/p5-Crypt-OpenSSL-Guess
MAKE_ENV = TEST_POD=Yes
.include <bsd.port.mk>