freebsd-ports/devel/rubygem-inline/Makefile
Philip M. Gollucci 54d5efc26e - Update to 3.11.1
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-12 02:10:46 +00:00

26 lines
559 B
Makefile

# New ports collection makefile for: ruby-inline
# Date created: 2003-01-30
# Whom: Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= inline
PORTVERSION= 3.11.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
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>