fa4a086c2f
escape library provides several HTML/URI/shell escaping functions for Ruby.
20 lines
461 B
Makefile
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"
|