1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/lang/gravity/Makefile

22 lines
358 B
Makefile
Raw Normal View History

PORTNAME= gravity
DISTVERSION= 0.8.5
CATEGORIES= lang
PKGNAMESUFFIX= -lang
MAINTAINER= yuri@FreeBSD.org
COMMENT= Embeddable programming language
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c11 cpe
CPE_VENDOR= creolabs
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= marcobambini
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>