forked from Lainports/freebsd-ports
18 lines
322 B
Makefile
18 lines
322 B
Makefile
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>
|