opnsense-ports/devel/py-openapi-codec/Makefile
Franco Fichtner 05ab9d2c06 */*: sync with upstream
Taken from: HardenedBSD
2018-03-28 03:35:49 +02: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>