aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2019-10-15 14:24:33 +0800
committertobik <tobik@FreeBSD.org>2019-10-15 14:24:33 +0800
commit0e555ace7abce88bf11c54aa1a0f7c4a9f2aa132 (patch)
treec731e6d549b6dc302b1a45ea3b6a133f4740fe0c /lang
parentc056f7a9097598919fa9b05350202695960f6db7 (diff)
downloadfreebsd-ports-gnome-0e555ace7abce88bf11c54aa1a0f7c4a9f2aa132.tar.gz
freebsd-ports-gnome-0e555ace7abce88bf11c54aa1a0f7c4a9f2aa132.tar.zst
freebsd-ports-gnome-0e555ace7abce88bf11c54aa1a0f7c4a9f2aa132.zip
lang/janet: Cosmetic changes
- Pet portfmt and portclippy
Diffstat (limited to 'lang')
-rw-r--r--lang/janet/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/lang/janet/Makefile b/lang/janet/Makefile
index b22f7e8b75b2..7461c5d46810 100644
--- a/lang/janet/Makefile
+++ b/lang/janet/Makefile
@@ -1,19 +1,19 @@
# $FreeBSD$
-PORTNAME= janet
+PORTNAME= janet
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.1
-CATEGORIES= lang
+DISTVERSION= 1.3.1
+CATEGORIES= lang
-MAINTAINER= tobik@FreeBSD.org
-COMMENT= Functional embeddable lisp with C interop, & performant data types
+MAINTAINER= tobik@FreeBSD.org
+COMMENT= Functional embeddable lisp with C interop, & performant data types
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= meson
-USE_LDCONFIG= yes
-USE_GITHUB= yes
-GH_ACCOUNT= janet-lang
+USES= meson
+USE_GITHUB= yes
+GH_ACCOUNT= janet-lang
+USE_LDCONFIG= yes
.include <bsd.port.mk>