c24ce809c2
sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it. Sexp, SexpProcessor, Environment, etc... all for your language processing pleasure.
15 lines
377 B
Makefile
15 lines
377 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/11/23 14:00:06 fhajny Exp $
|
|
|
|
DISTNAME= sexp_processor-3.0.3
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= filip@joyent.com
|
|
HOMEPAGE= http://parsetree.rubyforge.org/
|
|
COMMENT= Generic sexp processing tools
|
|
LICENSE= mit
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|