1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/www/py-funkload/Makefile
Ruslan Makhmatkhanov 450cab3a33 www/py-funkload: update to 1.17.1
- update to 1.17.1
- remove bogus py-xml dependency
- shorten COMMENT
- limit python version to 2.x
- update patch to setup.py to make it build (there is upstream issue [1])

[1] https://github.com/nuxeo/FunkLoad/issues/145

Approved by:	lwhsu (maintainer, by email)
2015-06-23 18:12:46 +00:00

24 lines
587 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:${PORTSDIR}/textproc/py-docutils \
${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \
${PYTHON_PKGNAMEPREFIX}webunit>=1.3.8:${PORTSDIR}/www/py-webunit \
tcpwatch.py:${PORTSDIR}/net/tcpwatch
USES= python:2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>