pkgsrc/textproc/ruby-escape/Makefile
obache fa4a086c2f Import ruby-escape-0.2 as textproc/ruby-escape.
escape library provides several HTML/URI/shell escaping functions for Ruby.
2011-02-25 02:12:50 +00:00

20 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/02/25 02:12:50 obache Exp $
#
DISTNAME= escape-0.2
CATEGORIES= textproc
MASTER_SITES= http://www.a-k-r.org/escape/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.a-k-r.org/escape/
COMMENT= HTML/URI/shell escaping utilities for Ruby
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
USE_RUBY_INSTALL= yes
NO_BUILD= yes
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"