Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

22 lines
371 B
Makefile

# $FreeBSD$
PORTNAME= python-statsd
PORTVERSION= 2.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fax@nohik.ee
COMMENT= Client for Etsy's node-js statsd server
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist distutils
post-extract:
${RM} -r ${WRKSRC}/tests
.include <bsd.port.mk>