c31ceab7eb
Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15270
20 lines
335 B
Makefile
20 lines
335 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= escape_utils
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 11
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Faster string escaping routines for your web apps
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
PORTSCOUT= limit:^1\.1\.
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|