aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-inline/Makefile
blob: 153af1d2ca1bd3ff9f26d5ac96cd6ce9890b9158 (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
# New ports collection makefile for:    ruby-inline
# Date created:     2003-01-30
# Whom:         Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   inline
PORTVERSION=    3.9.0
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

RUN_DEPENDS=    sow:${PORTSDIR}/devel/rubygem-hoe \
            zentest:${PORTSDIR}/devel/rubygem-zentest

GEM_NAME=   ${DISTNAME}

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>