8f3a51419c
[RG aka rubygems.org] PR: ports/147005 Submitted by: pgollucci (myself) Approved by: portmgr (pav) With Hat: ruby@
22 lines
426 B
Makefile
22 lines
426 B
Makefile
# New ports collection makefile for: Rack, a Ruby Webserver Interface
|
|
# Date created: 2 Dec 2007
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rack
|
|
PORTVERSION= 1.1.0
|
|
PORTEPOCH= 1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rack, a Ruby Webserver Interface
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/rackup
|
|
|
|
.include <bsd.port.mk>
|