diff options
Diffstat (limited to 'sysutils/py-python-bareos')
-rw-r--r-- | sysutils/py-python-bareos/Makefile | 16 | ||||
-rw-r--r-- | sysutils/py-python-bareos/distinfo | 3 | ||||
-rw-r--r-- | sysutils/py-python-bareos/pkg-descr | 2 |
3 files changed, 21 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> diff --git a/sysutils/py-python-bareos/distinfo b/sysutils/py-python-bareos/distinfo new file mode 100644 index 000000000000..cd59bc6235f1 --- /dev/null +++ b/sysutils/py-python-bareos/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1680908895 +SHA256 (python-bareos-22.0.3.tar.gz) = 2988b4efb583538ee6679cfa956b907717c298c895ef91910f1b671c8ae91097 +SIZE (python-bareos-22.0.3.tar.gz) = 23622 diff --git a/sysutils/py-python-bareos/pkg-descr b/sysutils/py-python-bareos/pkg-descr new file mode 100644 index 000000000000..601fb86e7507 --- /dev/null +++ b/sysutils/py-python-bareos/pkg-descr @@ -0,0 +1,2 @@ +python-bareos is a Python module to access a http://www.bareos.org backup +system |