20 lines
382 B
Makefile

PORTNAME= logbook
PORTVERSION= 1.8.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= logbook-${PORTVERSION}
MAINTAINER= philip@FreeBSD.org
COMMENT= Logging replacement for Python
WWW= https://logbook.readthedocs.org/
LICENSE= BSD3CLAUSE
USES= python:3.9+
USE_PYTHON= distutils autoplist cython
NO_ARCH= yes
.include <bsd.port.mk>