blob: 2758c5305e949a5b7d4174b881d4a376dd654dee (
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>
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
LICENSE= MIT
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|