21 lines
407 B
Makefile
21 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>
|