aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rascut/Makefile
blob: dca7f0d4bbe47552120e40ae98e08bad08c50283 (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 ActionSCript UTility
# Date created:		2 Dec 2007
# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	rascut
PORTVERSION=	0.1.3
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR=	hotchpotch

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Ruby ActionSCript UTility

BUILD_DEPENDS=	mongrel_rails:${PORTSDIR}/www/rubygem-mongrel \
		rackup:${PORTSDIR}/www/rubygem-rack \
		fcsh:${PORTSDIR}/devel/flex_compiler_shell

USE_RUBY=	yes
USE_RAKE=	yes
USE_RUBYGEMS=	yes

.include <bsd.port.mk>