2013-06-03 02:51:35 +02:00
|
|
|
# Created by: Scott Sanders <scott@jssjr.com>
|
2011-12-16 23:22:45 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= escape_utils
|
2016-03-06 07:35:50 +01:00
|
|
|
PORTVERSION= 1.2.0
|
2011-12-16 23:22:45 +01:00
|
|
|
CATEGORIES= textproc rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Faster string escaping routines for your web apps
|
|
|
|
|
2014-01-01 01:08:13 +01:00
|
|
|
LICENSE= MIT
|
2016-03-06 07:35:50 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2014-01-01 01:08:13 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2011-12-16 23:22:45 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|