git: 1dfa8d1c48b1 - main - net-mgmt/netbox: Add CPE info
Kai Knoblich
kai at FreeBSD.org
Tue Aug 31 10:18:11 UTC 2021
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1dfa8d1c48b10840cea05e5eceb02c0acc3a5eeb
commit 1dfa8d1c48b10840cea05e5eceb02c0acc3a5eeb
Author: Kai Knoblich <kai at FreeBSD.org>
AuthorDate: 2021-08-31 10:15:32 +0000
Commit: Kai Knoblich <kai at FreeBSD.org>
CommitDate: 2021-08-31 10:16:59 +0000
net-mgmt/netbox: Add CPE info
* Also add the port to the "python" category while I'm here.
---
net-mgmt/netbox/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 81d161576f9a..1db82b279a22 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,7 +1,7 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
DISTVERSION= 2.11.12
-CATEGORIES= net-mgmt
+CATEGORIES= net-mgmt python
MAINTAINER= kai at FreeBSD.org
COMMENT= IP address management tool
@@ -47,7 +47,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.6<3.3:www/py-django32@${PY_FLA
${PYTHON_PKGNAMEPREFIX}yaml>=5.4.1<6:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gunicorn>=19.9.0<21:www/py-gunicorn@${PY_FLAVOR}
-USES= pgsql:9.6+ python:3.7+
+USES= cpe pgsql:9.6+ python:3.7+
+CPE_VENDOR= netbox_project
USE_GITHUB= yes
GH_ACCOUNT= netbox-community
More information about the dev-commits-ports-all
mailing list