aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-escape_utils11/Makefile
blob: 1243b6816d5689fb838985689a3f00c0758ed187 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $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>