1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/py-logbook/Makefile
2021-04-06 16:31:07 +02:00

19 lines
374 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
PORTNAME= logbook
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Logbook-${PORTVERSION}
MAINTAINER= philip@FreeBSD.org
COMMENT= Logging replacement for Python
LICENSE= BSD3CLAUSE
USES?= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>