freebsd-ports/www/rubygem-emk-sinatra-url-for/Makefile

22 lines
433 B
Makefile
Raw Normal View History

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= emk-sinatra-url-for
PORTVERSION= 0.2.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Construct absolute paths and full URLs for a Sinatra application
2015-03-24 19:00:00 +01:00
LICENSE= MIT
2016-03-06 07:37:36 +01:00
LICENSE_FILE= ${WRKSRC}/LICENSE
2015-03-24 19:00:00 +01:00
RUN_DEPENDS= rubygem-sinatra>=0.9.1.1:www/rubygem-sinatra
NO_ARCH= yes
2015-03-24 19:00:00 +01:00
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>