19 lines
379 B
Makefile
19 lines
379 B
Makefile
PORTNAME= logutils
|
|
PORTVERSION= 0.3.5
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Handlers for the Python standard library logging package
|
|
WWW= https://bitbucket.org/vinay.sajip/logutils/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|