blob: d93acff3e7114f397f9691346619e55afa7bad13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: 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>
|