1f27581606
- Sort USE_PYTHON values
19 lines
385 B
Makefile
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>
|