blob: b18dee1d1c86601b41e2ed429e0423bddf25d8f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Ports collection makefile for: cuba
# Date created: 18 March 2011
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= cuba
PORTVERSION= 2.2.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Cuba is a microframework for web applications
RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
rubygem-tilt>=0:${PORTSDIR}/devel/rubygem-tilt
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|