mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
9ad15668b7
I forgot commit it with previous flex-sdk commits...
27 lines
581 B
Makefile
27 lines
581 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.1.3
|
|
PORTREVISION= 2
|
|
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-sdk
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
|
|
.include <bsd.port.mk>
|