opnsense-ports/net/py-txrestapi/Makefile
Franco Fichtner 4cd9a1d9b0 */*: sync with upstream
Taken from: FreeBSD
2015-12-25 14:34:48 +01:00

19 lines
371 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= txrestapi
PORTVERSION= 0.2
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Easing the creation of REST API services in Python
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>