freebsd-ports/devel/py-yunomi/Makefile
William Grzybowski 5f2d5cf80a devel/py-yunomi: Metrics library with rate, distribution and timing information
yunomi provides insights to the internal behavior of an application, providing
useful statistics and metrics on selected portions of your code. It's a Python
port of the core portion of a Java Metrics library by Coda Hale.

WWW: https://github.com/dreid/yunomi

PR:		ports/184581
Submitted by:	Johannes Jost Meixner <xmj chaot.net>
2013-12-07 19:00:07 +00:00

30 lines
616 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= yunomi
PORTVERSION= 0.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= xmj@chaot.net
COMMENT= Metrics library with rate, distribution and timing information
LICENSE= MIT
PORTDOCS= README.rst \
HISTORY.rst
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_AUTOPLIST= yes
OPTIONS_DEFINE= DOCS
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>