ports/devel/py-graphql-core/Makefile

19 lines
401 B
Makefile

PORTNAME= graphql-core
PORTVERSION= 3.2.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= GraphQL implementation for Python
WWW= https://github.com/graphql-python/graphql-core-next
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>