5cfbe60d52
=== 4.1.5 / 2013-02-14 * 2 bug fixes: * Clarified role of s method. Fixes #12. * maglev: Workaround for bug in Array#shift
13 lines
343 B
Makefile
13 lines
343 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/03/11 07:52:54 taca Exp $
|
|
|
|
DISTNAME= sexp_processor-4.1.5
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= filip@joyent.com
|
|
HOMEPAGE= http://parsetree.rubyforge.org/
|
|
COMMENT= Generic sexp processing tools
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|