Files

19 lines
406 B
Makefile
Raw Permalink Normal View History

PORTNAME= python-bareos
2025-01-03 13:41:55 -08:00
PORTVERSION= 24.0.0
PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
2025-01-03 13:41:55 -08:00
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>