opnsense-ports/devel/py-logutils/Makefile
Franco Fichtner 6b0fddc208 */*: sync with upstream
Taken from: HardenedBSD
2018-10-07 08:41:37 +02:00

18 lines
373 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= ports@FreeBSD.org
COMMENT= Handlers for the Python standard library logging package
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>