freebsd-ports/devel/rubygem-inline/Makefile

29 lines
628 B
Makefile
Raw Normal View History

# 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
CATEGORIES= devel rubygems
2008-01-09 04:00:35 +01:00
MASTER_SITES= RF
MASTER_SITE_SUBDIR= ruby${PORTNAME}
DISTNAME= RubyInline-${PORTVERSION}
2007-02-19 16:24:06 +01:00
MAINTAINER= clsung@FreeBSD.org
COMMENT= Inline::C allows you to embed C/Ruby directly in ruby scripts
2009-03-04 07:16:38 +01:00
BUILD_DEPENDS= sow:${PORTSDIR}/devel/rubygem-hoe \
zentest:${PORTSDIR}/devel/rubygem-zentest
RUN_DEPENDS= ${BUILD_DEPENDS}
2007-02-19 16:24:06 +01:00
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>