openbsd-ports/devel/ruby-sexp_processor/Makefile
pirofti 8b92ebfab8 Initial import of ruby-sexp_processor.
This is the sexp_processor module for parsetree.

ParseTree is a C extension (using RubyInline) that extracts the parse tree for
an entire class or a specific method and returns it as a s-expression (aka sexp)
using ruby's arrays, strings, symbols, and integers.

Okay bernd@.
2008-10-28 17:54:08 +00:00

32 lines
587 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/10/28 17:54:08 pirofti Exp $
COMMENT = sexp helper library for parsetree
DISTNAME = sexp_processor-3.0.0
PKGNAME = ruby-${DISTNAME}
CATEGORIES = devel
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=parsetree/}
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
GEM_SKIPDEPENDS = hoe
REGRESS_DEPENDS = ::devel/ruby-rake \
::devel/ruby-hoe
do-regress:
@cd ${WRKBUILD} && ${LOCALBASE}/bin/rake test
PKG_ARCH = *
.include <bsd.port.mk>