freebsd-ports/sysutils/py-python-bareos/Makefile
Jose Alonso Cardenas Marquez 5e5bfcdc64 sysutils/py-python-bareos: New port: client library and tools for Bareos console access
python-bareos is a Python module to access a http://www.bareos.org backup
system
2023-04-10 13:32:02 -05:00

16 lines
351 B
Makefile

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>