2013-12-07 20:00:07 +01:00
|
|
|
# Created by: Johannes Meixner <xmj@chaot.net>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= yunomi
|
|
|
|
PORTVERSION= 0.3.0
|
2014-06-09 16:32:11 +02:00
|
|
|
PORTREVISION= 1
|
2013-12-07 20:00:07 +01:00
|
|
|
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
|
2014-06-09 16:32:11 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2013-12-07 20:00:07 +01:00
|
|
|
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>
|