mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
19334d785f
With Hat: ruby@ Tested by: P6 TB Full rubygem run
23 lines
486 B
Makefile
23 lines
486 B
Makefile
# 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>
|