mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
17 lines
390 B
Makefile
17 lines
390 B
Makefile
PORTNAME= python-bareos
|
|
PORTVERSION= 24.0.0
|
|
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>
|