aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-python-bareos/Makefile
blob: 084691d8bab0e9dcbfa9e811a2deddc5cf6efaa5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	python-bareos
PORTVERSION=	22.0.3
CATEGORIES=	sysutils python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	acm@FreeBSD.org
COMMENT=	client library and tools for Bareos console access
WWW=		https://github.com/bareos/bareos

LICENSE=	AGPLv3

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>