cf118ccf87
Reported by: lwhsu
20 lines
333 B
Makefile
20 lines
333 B
Makefile
PORTNAME= gravity
|
|
DISTVERSION= 0.8.1
|
|
CATEGORIES= lang
|
|
PKGNAMESUFFIX= -lang
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Embeddable programming language
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c11
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= marcobambini
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|