2003-01-31 06:57:06 +01:00
|
|
|
# New ports collection makefile for: ruby-inline
|
|
|
|
# Date created: 2003-01-30
|
|
|
|
# Whom: Sean Chittenden <seanc@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= inline
|
2009-12-12 07:08:44 +01:00
|
|
|
PORTVERSION= 3.8.4
|
2006-12-03 14:30:40 +01:00
|
|
|
CATEGORIES= devel rubygems
|
2008-01-09 04:00:35 +01:00
|
|
|
MASTER_SITES= RF
|
2003-01-31 06:57:06 +01:00
|
|
|
MASTER_SITE_SUBDIR= ruby${PORTNAME}
|
|
|
|
DISTNAME= RubyInline-${PORTVERSION}
|
|
|
|
|
2007-02-19 16:24:06 +01:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Inline::C allows you to embed C/Ruby directly in ruby scripts
|
2003-01-31 06:57:06 +01:00
|
|
|
|
2009-03-04 07:16:38 +01:00
|
|
|
BUILD_DEPENDS= sow:${PORTSDIR}/devel/rubygem-hoe \
|
|
|
|
zentest:${PORTSDIR}/devel/rubygem-zentest
|
2007-12-12 04:39:05 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2007-02-19 16:24:06 +01:00
|
|
|
|
2006-12-03 14:30:40 +01:00
|
|
|
GEM_NAME= ${DISTNAME}
|
2003-01-31 06:57:06 +01:00
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 03:16:03 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|