freebsd-ports/www/rubygem-url_escape/Makefile
Sunpoet Po-Chuan Hsieh addbd01668 - Add LICENSE
2015-05-10 20:19:54 +00:00

18 lines
334 B
Makefile

# 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
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>