freebsd-ports/devel/py-coreschema/Makefile
Yuri Victorovich 2d9734c954 New port: devel/py-coreschema: Core schema for the Core API
PR:		226942
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-03-26 19:32:08 +00:00

20 lines
409 B
Makefile

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