mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
19 lines
366 B
Makefile
19 lines
366 B
Makefile
PORTNAME= syntax_suggest
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Help you find the syntax when you get an "unexpected end"
|
|
WWW= https://github.com/ruby/syntax_suggest
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/syntax_suggest
|
|
|
|
.include <bsd.port.mk>
|