2014-05-22 07:42:08 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= python-statsd
|
2014-05-26 16:01:55 +02:00
|
|
|
PORTVERSION= 1.6.3
|
2014-05-22 07:42:08 +02:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= fax@nohik.ee
|
|
|
|
COMMENT= Statsd is a client for Etsy's node-js statsd server
|
|
|
|
|
2014-05-26 16:01:55 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
2014-05-22 07:42:08 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|