ad50449e8e
WWW: http://rubygems.org/gems/url_escape PR: ports/163345 Submitted by: Scott Sanders <scott@jssjr.com> Sponsored by: RideCharge Inc. / Taxi Magic
20 lines
407 B
Makefile
20 lines
407 B
Makefile
# Ports collection makefile for: rubygem-url_escape
|
|
# Date created: 13 Dec 2011
|
|
# Whom: Scott Sanders <scott@jssjr.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= url_escape
|
|
PORTVERSION= 2009.06.24
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast replacement for CGI.escape and Rack::Utils.escape
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|