20 lines
345 B
Makefile
20 lines
345 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= janet
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.3.1
|
|
CATEGORIES= lang
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Functional embeddable lisp with C interop, & performant data types
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= meson
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= janet-lang
|
|
|
|
.include <bsd.port.mk>
|