opnsense-ports/devel/py-thriftpy/Makefile
Franco Fichtner 90158511f9 */*: sync with upstream
Taken from: FreeBSD
2016-11-04 23:07:26 +01:00

21 lines
383 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= thriftpy
PORTVERSION= 0.3.9
PORTREVISION= 0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Pure python implementation of Apache Thrift
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>