17 lines
348 B
Makefile
17 lines
348 B
Makefile
PORTNAME= txrestapi
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= net python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Easing the creation of REST API services in Python
|
|
WWW= https://pypi.org/project/txrestapi/
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|