597f7c6faa
configuration.rb provides a mechanism for configuring Ruby programs with Ruby configuration files.
14 lines
392 B
Makefile
14 lines
392 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:19:51 jlam Exp $
|
|
|
|
DISTNAME= configuration-0.0.5
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://codeforpeople.com/lib/ruby/configuration/
|
|
COMMENT= Library for loading Ruby configuration files
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|