freebsd-ports/devel/py-jaraco.logging/Makefile
Hiroki Sato a88c835727 Use 0x27 instead of 0xe2 0x80 0x99 (U+2019 in UTF-8) in COMMENT. This broke
build of htdocs/ports which uses the INDEX file in the doc repository.

With hat on:	doceng
2016-06-26 23:59:46 +00:00

22 lines
571 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= jaraco.logging
PORTVERSION= 1.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Additional facilities to supplement Python's stdlib logging module
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
${PYTHON_PKGNAMEPREFIX}tempora>0:devel/py-tempora
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>