pkgsrc/devel/ruby-metaid/Makefile
jlam a54dbf5cef Initial import of ruby18-metaid-1.0 as devel/ruby-metaid.
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.
2008-04-04 15:17:50 +00:00

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"