77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
18 lines
431 B
Makefile
18 lines
431 B
Makefile
PORTNAME= pyramid_rpc
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= RPC support for the Pyramid web framework
|
|
WWW= https://pypi.org/project/pyramid_rpc/
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyramid>=0:www/py-pyramid@${PY_FLAVOR}
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|