forked from Lainports/opnsense-ports
29 lines
580 B
Makefile
29 lines
580 B
Makefile
# Created by: Sean Chittenden <seanc@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rubyinline
|
|
PORTVERSION= 3.12.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
DISTNAME= RubyInline-${PORTVERSION}
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Inline::C allows you to embed C/Ruby directly in ruby scripts
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-zentest>=4.3:${PORTSDIR}/devel/rubygem-zentest
|
|
|
|
GEM_NAME= ${DISTNAME}
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
USES= shebangfix
|
|
SHEBANG_FILES= tutorial/example1.rb \
|
|
tutorial/example2.rb
|
|
|
|
.include <bsd.port.mk>
|