aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rubyinline/Makefile
blob: 935eb6b44badb23d5c59502f4cdc98bef856944f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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:devel/rubygem-zentest

GEM_NAME=	${DISTNAME}

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem shebangfix
SHEBANG_FILES=	tutorial/example1.rb \
		tutorial/example2.rb

.include <bsd.port.mk>