freebsd-ports/net/py-speedtest-cli/Makefile
Nicola Vitale 1f27581606 - Update to 0.3.1
- Sort USE_PYTHON values
2015-01-31 12:55:28 +00:00

19 lines
385 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= speedtest-cli
PORTVERSION= 0.3.1
#PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Command line interface for testing internet bandwidth
LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>