diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-05 19:36:12 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-05 20:01:17 +0000 |
commit | b9f46e3a94a1a110de6df0bc0fef1d7740839200 (patch) | |
tree | 0019f1f0764bdc2830f9ead757a88027c6402c12 | |
parent | 44d1520d70ec02f5c6c7324db11cb85364792422 (diff) |
devel/cvsweb: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/cvsweb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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}" |