import p5-OPCUA-Open62541 0.003

OK benoit@

Comment:
Perl XS wrapper for open62541 OPC UA library

Description:
The open62541 is a library implementing an OPC UA client and server.
This module provides access to the C functionality from Perl programs.
This commit is contained in:
bluhm 2020-02-24 15:09:23 +00:00
parent d491fa0031
commit ac34f150c7
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2020/02/24 15:09:23 bluhm Exp $
COMMENT = Perl XS wrapper for open62541 OPC UA library
DISTNAME = OPCUA-Open62541-0.003
CPAN_AUTHOR = BLUHM
CATEGORIES = misc
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = c m mbedcrypto mbedtls mbedx509 open62541 perl pthread
MODULES = cpan
BUILD_DEPENDS = devel/p5-Devel-CheckLib
LIB_DEPENDS = misc/open62541
TEST_DEPENDS = devel/p5-Test-Exception \
devel/p5-Test-LeakTrace \
devel/p5-Test-NoWarnings \
devel/p5-Test-Perl-Critic \
devel/p5-Test-Pod>=1.0 \
devel/p5-Test-Requires \
devel/p5-Test-Warn \
net/p5-Test-TCP
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (OPCUA-Open62541-0.003.tar.gz) = UwP+2K+ryxBK4esuCKaO8Da8nCUldPi3ScxuLgfpa7U=
SIZE (OPCUA-Open62541-0.003.tar.gz) = 114910

View File

@ -0,0 +1,2 @@
The open62541 is a library implementing an OPC UA client and server.
This module provides access to the C functionality from Perl programs.

View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/02/24 15:09:23 bluhm Exp $
${P5ARCH}/
${P5ARCH}/OPCUA/
${P5ARCH}/OPCUA/Open62541.pm
${P5ARCH}/auto/
${P5ARCH}/auto/OPCUA/
${P5ARCH}/auto/OPCUA/Open62541/
@so ${P5ARCH}/auto/OPCUA/Open62541/Open62541.so
@man man/man3p/OPCUA::Open62541.3p