blob: df1b201762047714eec079765d11ca7197ef1cad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
RUN_DEPENDS= rubygem-sinatra>=0.9.1.1:${PORTSDIR}/www/rubygem-sinatra
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|