opnsense-ports/devel/py-logutils/Makefile
Franco Fichtner aaeaf2167f */*: sync with upstream
Taken from: HardenedBSD
2017-06-30 01:31:44 +02: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>