blob: a17c4a2e769ee90de4005c927e45915b6ebf3d1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: ruby-inline
# Date created: 2003-01-30
# Whom: Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= inline
PORTVERSION= 3.5.0
CATEGORIES= devel rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ruby${PORTNAME}
DISTNAME= RubyInline-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Inline::C allows you to embed C/Ruby directly in ruby scripts
GEM_NAME= ${DISTNAME}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>
|