blob: 651c3984ddd9e133b1fd5c9fcb67bff41dd19cd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
PORTNAME= pyramid_rpc
PORTVERSION= 0.8
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= RPC support for the Pyramid web framework
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>
|