freebsd-ports/devel/rubygem-rascut/Makefile

29 lines
626 B
Makefile
Raw Normal View History

# New ports collection makefile for: Ruby ActionSCript UTility
# Date created: 2 Dec 2007
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rascut
2009-03-08 09:40:46 +01:00
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Ruby ActionSCript UTility
RUN_DEPENDS= mongrel_rails:${PORTSDIR}/www/rubygem-mongrel \
2009-03-08 09:40:46 +01:00
edit_json.rb:${PORTSDIR}/devel/rubygem-json_pure \
rackup:${PORTSDIR}/www/rubygem-rack \
fcsh:${PORTSDIR}/devel/flex-sdk
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rascut
.include <bsd.port.mk>