1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/rubygem-cuba/Makefile
2012-08-04 20:41:44 +00:00

22 lines
435 B
Makefile

# Ports collection makefile for: cuba
# Date created: 18 March 2011
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= cuba
PORTVERSION= 3.1.0
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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>