47c2079779
=== 4.4.1 / 2013-12-13 * 1 bug fix: * Added parenthesis to fix the structure_remove_begin_1 testcase. (bocete) === 4.4.0 / 2013-10-18 * 1 minor enhancement: * Added MethodBasedSexpProcessor, extracted from Flog.
13 lines
351 B
Makefile
13 lines
351 B
Makefile
# $NetBSD: Makefile,v 1.13 2014/03/14 16:45:28 taca Exp $
|
|
|
|
DISTNAME= sexp_processor-4.4.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://parsetree.rubyforge.org/
|
|
COMMENT= Generic sexp processing tools
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|