22 lines
522 B
Makefile
22 lines
522 B
Makefile
# Ports collection makefile for: rubygem-emk-sinatra-url-for
|
|
# Date created: 5 Aug 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= emk-sinatra-url-for
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
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>
|