freebsd-ports/devel/py-logutils/Makefile
Mark Felder 778e0f2219 The logutils package provides a set of handlers for the Python standard
library's logging package.

Some of these handlers are out-of-scope for the standard library, and so
they are packaged here. Others are updated versions which have appeared
in recent Python releases, but are usable with older versions of Python
and so are packaged here.

WWW: https://bitbucket.org/vinay.sajip/logutils/
2017-06-29 15:38:19 +00:00

18 lines
372 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= logutils
PORTVERSION= 0.3.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Handlers for the Python standard library logging package
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>