freebsd-ports/devel/py-logbook/Makefile
Mark Felder be8784c1b9 Move py-logbook to devel
Makes more sense. I was originally comparing it to a logging utility
normally found in sysutils category.
2016-06-17 19:00:40 +00:00

19 lines
379 B
Makefile

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