Files
ports/lang/gravity/Makefile
Yuri Victorovich e45ea62f3d lang/gravity: Update 0.8.1 -> 0.8.5
Reported by:	portscout
2021-08-20 22:56:24 -07:00

21 lines
333 B
Makefile

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
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= marcobambini
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>