forked from Lainports/freebsd-ports
inspired by Rum, a tiny but powerful mapper for Rack applications. It integrates many templates via Tilt, and testing via Cutest and Capybara. WWW: http://github.com/soveran/cuba
22 lines
490 B
Makefile
22 lines
490 B
Makefile
# Ports collection makefile for: cuba
|
|
# Date created: 18 March 2011
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cuba
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Cuba is a microframework for web applications
|
|
|
|
RUN_DEPENDS= rubygem-rack>=1.2:${PORTSDIR}/www/rubygem-rack \
|
|
rubygem-tilt>=1.2:${PORTSDIR}/devel/rubygem-tilt
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|