opnsense-ports/devel/libgraphqlparser/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

18 lines
358 B
Makefile

PORTNAME= libgraphqlparser
PORTVERSION= 0.7.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= GraphQL query parser
WWW= https://github.com/graphql/libgraphqlparser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= bison cmake compiler:c++11-lang python:build
USE_GITHUB= yes
GH_ACCOUNT= graphql
.include <bsd.port.mk>