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