blob: 6280ebcc08f63183cf37662fcdfc44e911dc5c75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= phonebox-plugin
DISTVERSION= 0.0.9
CATEGORIES= net-mgmt python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= phonebox_plugin-${DISTVERSION}
MAINTAINER= kai@FreeBSD.org
COMMENT= Phone numbers management plugin for NetBox
WWW= https://github.com/iDebugAll/phonebox_plugin
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
SUB_FILES= pkg-message
SUB_LIST= PYTHON_VER=${PYTHON_VER}
.include <bsd.port.mk>
|