aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-escape_utils/Makefile
blob: 44dd4ba86e23b96a47d85187d23ad666ea8c51bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	escape_utils
PORTVERSION=	1.3.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Faster string escaping routines for your web apps
WWW=		https://github.com/brianmario/escape_utils

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>