mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
23 lines
401 B
Makefile
23 lines
401 B
Makefile
COMMENT = access OpenSSL X509 API from Perl
|
|
|
|
DISTNAME = Crypt-OpenSSL-X509-2.1.1
|
|
CPAN_AUTHOR = JONASBN
|
|
|
|
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
|
|
RUN_DEPENDS = converters/p5-Convert-ASN1>=0.33
|
|
|
|
MAKE_ENV = TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|