freebsd-ports/www/rubygem-cuba/Makefile

22 lines
435 B
Makefile
Raw Normal View History

# Ports collection makefile for: cuba
# Date created: 18 March 2011
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= cuba
2012-08-04 22:41:44 +02:00
PORTVERSION= 3.1.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Cuba is a microframework for web applications
2012-06-05 05:54:17 +02:00
RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>