4376dbbb58
FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
32 lines
743 B
Makefile
32 lines
743 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= naarad
|
|
PORTVERSION= 1.0.15
|
|
PORTREVISION= 1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= benchmarks python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
|
COMMENT= Framework for performance analysis
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2013.8,1:devel/py-pytz@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}luminol>0:math/py-luminol@${PY_FLAVOR} \
|
|
bash:shells/bash \
|
|
gawk:lang/gawk
|
|
|
|
USES= shebangfix python
|
|
|
|
SHEBANG_LANG= gawk
|
|
SHEBANG_FILES= bin/naarad_metric_collector.sh bin/PrintGCStats
|
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= linkedin
|
|
|
|
.include <bsd.port.mk>
|