git: b9f46e3a94a1 - main - devel/cvsweb: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Oct 2021 20:01:51 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9f46e3a94a1a110de6df0bc0fef1d7740839200 commit b9f46e3a94a1a110de6df0bc0fef1d7740839200 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-05 19:36:12 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-05 20:01:17 +0000 devel/cvsweb: Add CPE information Approved by: portmgr (blanket) --- devel/cvsweb/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index f033631914bd..2a155b2777e3 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -13,7 +13,9 @@ COMMENT= WWW CGI script to browse CVS repository trees CONFLICTS= cvsweb-3.* -USES= perl5 +USES= cpe perl5 + +CPE_VENDOR= freebsd NO_BUILD= yes PLIST_SUB= CGIDIR="${CGIDIR}" ICONSDIR="${ICONSDIR}"