aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/py-phonebox-plugin/Makefile
blob: a2b41a553177aae9a8f480c47a548e83f9e76edf (plain) (blame)
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.6b1
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>