14b4c60bbe
mkrf is a library for generating Rakefiles. It is primarily for building C extensions for Ruby, but will be able to be used for generic Rakefile generation as well. Main goals include simple use and reuse in other projects.
12 lines
330 B
Makefile
12 lines
330 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:17:58 jlam Exp $
|
|
|
|
DISTNAME= mkrf-0.2.3
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://mkrf.rubyforge.org/
|
|
COMMENT= Library for generating Rakefiles
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|