mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
0c5c4644c1
Reported by: portscout
21 lines
327 B
Makefile
21 lines
327 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gravity
|
|
DISTVERSION= 0.7.8
|
|
CATEGORIES= lang
|
|
PKGNAMESUFFIX= -lang
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Embeddable programming language
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c11
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= marcobambini
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|