61bae74b7f
PR: 216448 Submitted by: maintainer
26 lines
749 B
Makefile
26 lines
749 B
Makefile
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wsme
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= WSME-${PORTVERSION}
|
|
|
|
MAINTAINER= alexander.nusov@nfvexpress.com
|
|
COMMENT= Simplify the writing of REST APIs
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
|
|
${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob \
|
|
${PYTHON_PKGNAMEPREFIX}simplegeneric>=0:devel/py-simplegeneric \
|
|
${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz \
|
|
${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.12:net/py-netaddr
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|