freebsd-ports/www/rubygem-sinatra/Makefile
Sunpoet Po-Chuan Hsieh d9c1a5da7e - Update to 1.4.4
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Sort RUN_DEPENDS
- Remove post-install:

Changes:	https://github.com/sinatra/sinatra/blob/master/CHANGES
2013-12-02 14:28:33 +00:00

22 lines
507 B
Makefile

# Created by: Daniel Roethlisberger <daniel@roe.ch>
# $FreeBSD$
PORTNAME= sinatra
PORTVERSION= 1.4.4
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Classy web development framework in ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-rack>=1.4:${PORTSDIR}/www/rubygem-rack \
rubygem-rack-protection>=1.4:${PORTSDIR}/www/rubygem-rack-protection \
rubygem-tilt>=1.3.4:${PORTSDIR}/devel/rubygem-tilt
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>