blob: de4b0758c0c85afcfd8741b27629e829b257f05d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
NO_STAGE= yes
.include <bsd.port.mk>
|