freebsd-ports/www/rubygem-sinatra/Makefile
2020-01-25 18:28:05 +00:00

25 lines
564 B
Makefile

# Created by: Daniel Roethlisberger <daniel@roe.ch>
# $FreeBSD$
PORTNAME= sinatra
PORTVERSION= 2.0.8.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Classy web development framework in ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-mustermann>=1.0<2:devel/rubygem-mustermann \
rubygem-rack>=2.0,3<3,3:www/rubygem-rack \
rubygem-rack-protection>=${PORTVERSION}:www/rubygem-rack-protection \
rubygem-tilt>=2.0<3:devel/rubygem-tilt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>