51b0374d02
and Ruby frameworks. WWW: http://rack.rubyforge.org/
19 lines
471 B
Makefile
19 lines
471 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= 0.2.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= rack
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Rack, a Ruby Webserver Interface
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|