forked from Lainports/opnsense-ports
18 lines
355 B
Makefile
18 lines
355 B
Makefile
PORTNAME= prism
|
|
PORTVERSION= 0.29.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Prism Ruby parser
|
|
WWW= https://ruby.github.io/prism/ \
|
|
https://github.com/ruby/prism
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
|
|
|
|
USES= gem gmake
|
|
|
|
.include <bsd.port.mk>
|