freebsd-ports/www/rubygem-rack/Makefile
Philip M. Gollucci 052ca4aef9 - Downgraded to 1.2.1 so that rails can be updated to 3.0.6 and dm udpated to 1.1.0
you've just gotta love this stuff

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2011-06-23 17:31:23 +00:00

29 lines
708 B
Makefile

# New ports collection makefile for: Rack, a Ruby Webserver Interface
# Date created: 2 Dec 2007
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
# XXX: If updating this port, please check compatibality with at least the following ports,
# XXX: preferably, the full rubygem-* tree. rack version requirements are specified with ~>
# XXX: which requires *EXACTLY* that version.
#
# www/rubygem-actionpack
# www/rubygem-innate
PORTNAME= rack
PORTVERSION= 1.2.1
PORTEPOCH= 3
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>