mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
- Replace BACULA_DIR/BAREOS_DIR into pkg-deinstall.client.in [1] ChangeLog at: https://github.com/bareos/bareos/blob/Release/23.0.2/CHANGELOG.md PR: 276634 Reported by: Trond.Endrestol __at_ ximalas.info [1]
16 lines
346 B
Makefile
16 lines
346 B
Makefile
PORTNAME= python-bareos
|
|
PORTVERSION= 23.0.2
|
|
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
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|