forked from Lainports/opnsense-ports
19 lines
394 B
Makefile
19 lines
394 B
Makefile
PORTNAME= rubyinlineaccel
|
|
PORTVERSION= 0.0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
DISTNAME= RubyInlineAcceleration-${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Extension to RubyInline
|
|
WWW= https://rubygems.org/gems/rubyinlineaccel
|
|
|
|
RUN_DEPENDS= rubygem-rubyinline>=3.6.3:devel/rubygem-rubyinline
|
|
|
|
LICENSE= GPLv2
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|