a54dbf5cef
MetAid adds a few innocent methods to Object and Module to make metaprogramming easier. For the lore of metaprogramming see Seeing Metaclasses Clearly and Chapter Six of Why's (Poignant) Guide to Ruby.
14 lines
360 B
Makefile
14 lines
360 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:17:50 jlam Exp $
|
|
|
|
DISTNAME= metaid-1.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://code.whytheluckystiff.net/metaid/
|
|
COMMENT= Ruby metaprogramming helpers
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|