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