- Remove GPAPI options - Add export PATH to bareos-dir rc script ChangeLog at: https://github.com/bareos/bareos/releases PR: 243102 291824
18 lines
390 B
Makefile
18 lines
390 B
Makefile
PORTNAME= python-bareos
|
|
PORTVERSION= 25.0.1
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= client library and tools for Bareos console access
|
|
WWW= https://github.com/bareos/bareos
|
|
|
|
LICENSE= AGPLv3
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|