summaryrefslogtreecommitdiff
path: root/www/py-funkload/Makefile
blob: 819a2cfd73ddd8fd9965993873abd48bc2fb5799 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$

PORTNAME=	funkload
PORTVERSION=	1.17.1
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	Functional and load web tester

LICENSE=	GPLv2

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils \
		${LOCALBASE}/bin/gnuplot:math/gnuplot \
		${PYTHON_PKGNAMEPREFIX}webunit>=1.3.8:www/py-webunit \
		tcpwatch.py:net/tcpwatch

USES=		python:2
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>