1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

net-mgmt/netbox: Add CPE info

* Also add the port to the "python" category while I'm here.
This commit is contained in:
Kai Knoblich 2021-08-31 12:15:32 +02:00
parent 95fe5f5134
commit 1dfa8d1c48

View File

@ -1,7 +1,7 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
DISTVERSION= 2.11.12
CATEGORIES= net-mgmt
CATEGORIES= net-mgmt python
MAINTAINER= kai@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