freebsd-ports/www/rubygem-sinatra/Makefile
Philip M. Gollucci 959e5fd99e - Fix gem version requirements
With Hat:   ruby@
2012-02-08 02:51:13 +00:00

26 lines
610 B
Makefile

# Ports collection makefile for: rubygem-sinatra
# Date created: 2008-11-02
# Whom: Daniel Roethlisberger <daniel@roe.ch>
#
# $FreeBSD$
PORTNAME= sinatra
PORTVERSION= 1.3.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A classy web development framework in ruby
RUN_DEPENDS= rubygem-rack>=1.3:${PORTSDIR}/www/rubygem-rack \
rubygem-tilt>=1.3:${PORTSDIR}/devel/rubygem-tilt \
rubygem-rack-protection>=1.2:${PORTSDIR}/www/rubygem-rack-protection
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>