summaryrefslogtreecommitdiff
path: root/devel/py-thriftpy2/Makefile
blob: 9542d95a6edeb1d1d8e46be79405e1135699202f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	thriftpy2
DISTVERSION=	0.4.16
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ygy@FreeBSD.org
COMMENT=	Pure python implementation of Apache Thrift
WWW=		https://github.com/Thriftpy/thriftpy2

LICENSE=	MIT

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>