freebsd-ports/www/py-funkload/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

23 lines
539 B
Makefile

# 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>