freebsd-ports/devel/rubygem-rascut/Makefile
Philip M. Gollucci 19334d785f - Fix depend versions according to rubygems.org [again]
With Hat:	ruby@
Tested by:	P6 TB Full rubygem run
2011-11-02 18:05:08 +00:00

28 lines
634 B
Makefile

# New ports collection makefile for: Ruby ActionSCript UTility
# Date created: 2 Dec 2007
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rascut
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 \
rubygem-json_pure>=0:${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>