freebsd-ports/devel/py-openapi-codec/Makefile
Yuri Victorovich 3a3194029e New port: devel/py-openapi-codec: OpenAPI codec for Core API
PR:		226949
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-03-27 20:47:48 +00:00

20 lines
401 B
Makefile

# $FreeBSD$
PORTNAME= openapi-codec
DISTVERSION= 1.3.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freebsd_ports@k-worx.org
COMMENT= OpenAPI codec for Core API
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coreapi>0:devel/py-coreapi@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>