FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
22 lines
489 B
Makefile
22 lines
489 B
Makefile
# Created by: Edward Chuang <edwardchuang@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fluent-logger
|
|
PORTVERSION= 0.9.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= edwardchuang@gmail.com
|
|
COMMENT= Structured logger for Fluentd (Python)
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
USES= python
|
|
|
|
.include <bsd.port.mk>
|