diff options
Diffstat (limited to 'sysutils/py-python-bareos/Makefile')
-rw-r--r-- | sysutils/py-python-bareos/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/py-python-bareos/Makefile b/sysutils/py-python-bareos/Makefile new file mode 100644 index 000000000000..084691d8bab0 --- /dev/null +++ b/sysutils/py-python-bareos/Makefile @@ -0,0 +1,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> |