freebsd-ports/textproc/rubygem-escape_utils/Makefile

20 lines
363 B
Makefile
Raw Normal View History

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