freebsd-ports/www/rubygem-cuba/Makefile
Cheng-Lung Sung f19e7559c6 Cuba is a microframework for web development originally
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
2011-03-18 07:33:59 +00:00

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>