Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2021 14:33:22 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 64a1455faf17 - main - comms/snap7: Add CPE information
Message-ID:  <202109201433.18KEXMBW053463@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=64a1455faf172d53d4f232c7fdef223556014d82

commit 64a1455faf172d53d4f232c7fdef223556014d82
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-20 14:25:58 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-20 14:25:58 +0000

    comms/snap7: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 comms/snap7/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/comms/snap7/Makefile b/comms/snap7/Makefile
index cecf181d7b1d..c21a04fb1ed0 100644
--- a/comms/snap7/Makefile
+++ b/comms/snap7/Makefile
@@ -12,9 +12,11 @@ COMMENT=	Multi-platform Ethernet S7 PLC communication suite
 
 LICENSE=	GPLv3
 
-USES=		gmake
+USES=		cpe gmake
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	snap7_project
+
 WRKSRC_SUBDIR=	build/unix
 
 MAKE_ARGS=	CC=${CC} CXX=${CXX} LinkerName=${CXX} SharedObjectLinkerName="${CXX} -shared -fPIC"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109201433.18KEXMBW053463>