aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-url_escape/Makefile
blob: 8ff0fb929f3ada50f3c08427e5c6acf50fa8dd78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
WWW=		https://github.com/bougyman/seedling

LICENSE=	MIT

USES=		gem

.include <bsd.port.mk>