freebsd-ports/www/rubygem-rack/Makefile
Philip M. Gollucci 8f3a51419c - Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
[RG aka rubygems.org]

PR:             ports/147005
Submitted by:   pgollucci (myself)
Approved by:    portmgr (pav)
With Hat:       ruby@
2010-05-26 19:51:34 +00:00

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>