33 lines
741 B
Makefile
33 lines
741 B
Makefile
COMMENT = Perl XS wrapper for open62541 OPC UA library
|
|
|
|
DISTNAME = OPCUA-Open62541-2.03
|
|
CPAN_AUTHOR = BLUHM
|
|
|
|
CATEGORIES = misc
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c crypto m open62541 perl pthread ssl tls
|
|
|
|
MODULES = cpan
|
|
|
|
BUILD_DEPENDS = devel/p5-Devel-CheckLib
|
|
LIB_DEPENDS = misc/open62541>=1.3.4
|
|
TEST_DEPENDS = devel/p5-Test-Deep \
|
|
devel/p5-Test-EOL \
|
|
devel/p5-Test-Exception \
|
|
devel/p5-Test-LeakTrace \
|
|
devel/p5-Test-NoWarnings \
|
|
devel/p5-Test-Perl-Critic \
|
|
devel/p5-Test-Pod>=1.00 \
|
|
devel/p5-Test-Requires \
|
|
devel/p5-Test-Strict \
|
|
devel/p5-Test-Warn \
|
|
devel/p5-YAML-Tiny \
|
|
net/p5-Test-TCP \
|
|
security/p5-IO-Socket-SSL
|
|
|
|
.include <bsd.port.mk>
|