git: 59a2db21b6a6 - main - net/sniffit: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 11:57:34 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=59a2db21b6a679c0796cf8c3cedabe03dd60b8c8 commit 59a2db21b6a679c0796cf8c3cedabe03dd60b8c8 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 11:51:40 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 11:51:40 +0000 net/sniffit: Add CPE information Approved by: portmgr (blanket) --- net/sniffit/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index 17f0e3d97c52..fbe5eda691f6 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -11,10 +11,12 @@ COMMENT= Packet sniffer program. For educational use LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES=autoreconf +USES= autoreconf cpe USE_GITHUB= yes GH_ACCOUNT= resurrecting-open-source-projects +CPE_VENDOR= sniffit_project + GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS EXAMPLES