16 lines
346 B
Makefile
16 lines
346 B
Makefile
PORTNAME= python-bareos
|
|
PORTVERSION= 23.0.1
|
|
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>
|