git: 808436151da9 - main - net/libslirp: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jan 2022 15:01:39 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=808436151da9fb2eafcee339acad815a9b7eee1e commit 808436151da9fb2eafcee339acad815a9b7eee1e Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-01-03 14:51:19 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-01-03 14:51:19 +0000 net/libslirp: Add CPE information Approved by: portmgr (blanket) --- net/libslirp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/libslirp/Makefile b/net/libslirp/Makefile index f5a618669daf..1598e4b820a3 100644 --- a/net/libslirp/Makefile +++ b/net/libslirp/Makefile @@ -8,10 +8,12 @@ COMMENT= General purpose TCP-IP emulator library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES= gnome meson pkgconfig tar:bz2 +USES= cpe gnome meson pkgconfig tar:bz2 USE_GNOME= glib20 USE_LDCONFIG= yes +CPE_VENDOR= libslirp_project + USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org GL_ACCOUNT= slirp