merge napalm/Makefile.inc into py-napalm/Makefile, the only port in this subdir

This commit is contained in:
sthen
2025-11-08 20:30:12 +00:00
parent 21c018cb2e
commit 20c8fe6872
2 changed files with 10 additions and 9 deletions
-8
View File
@@ -1,8 +0,0 @@
CATEGORIES += net net/napalm
MODULES += lang/python
MODPY_PI ?= Yes
MODPY_PYBUILD ?= setuptools
# Apache 2.0
PERMIT_PACKAGE ?= Yes
+10 -1
View File
@@ -1,12 +1,17 @@
COMMENT = network automation abstraction layer
MODPY_DISTV = 2.3.3
CATEGORIES += net net/napalm
MODPY_DISTV = 2.3.3
REVISION = 9
DISTNAME = napalm-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
HOMEPAGE = https://github.com/napalm-automation/napalm
# Apache 2.0
PERMIT_PACKAGE = Yes
BUILD_DEPENDS = devel/py-pip
RUN_DEPENDS = devel/py-cffi>=1.11.5 \
net/py-IOSXR \
@@ -18,4 +23,8 @@ RUN_DEPENDS = devel/py-cffi>=1.11.5 \
textproc/py-yaml \
www/py-jinja2
MODULES += lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
.include <bsd.port.mk>