20 lines
381 B
Makefile
20 lines
381 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= libgraphqlparser
|
|
PORTVERSION= 0.7.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
#MASTER_SITES=
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= GraphQL query parser
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= bison cmake compiler:c++11-lang python:3.6+,build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= graphql
|
|
|
|
.include <bsd.port.mk>
|