freebsd-ports/devel/py-logbook/Makefile
Philip Paeps acee4579e8 devel/py-logbook: update to 1.1.0
Changes: http://logbook.readthedocs.io/en/stable/changelog.html#version-1-1-0

While here, allow building with other versions of Python than the
default and take maintainership.

PR:		222529
Approved by:	feld (previous maintainer)
2017-10-20 12:12:07 +00:00

19 lines
381 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
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
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>