racc--which does by default use a C extension). RP's output is the same as ParseTree's output: s-expressions using ruby's arrays and base types. Author: Ryan Davis (zenspider) <ryand-ruby@zenspider.com> WWW: http://rubyforge.org/projects/parsetree/ PR: ports/135706 Submitted by: Espen Volden <voldern@hoeggen.net>
27 lines
685 B
Makefile
27 lines
685 B
Makefile
# New ports collection makefile for: rubygem-ruby_parser
|
|
# Date created: 18 June 2009
|
|
# Whom: Espen Volden aka voldern <voldern@hoeggen.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ruby_parser
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RUBYFORGE/parsetree
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= voldern@hoeggen.net
|
|
COMMENT= A ruby parser written in pure ruby
|
|
|
|
BUILD_DEPENDS= rubygem-sexp_processor>=3.0.1:${PORTSDIR}/devel/rubygem-sexp_processor \
|
|
rubygem-parsetree>=0:${PORTSDIR}/devel/rubygem-parsetree \
|
|
rubygem-hoe>=1.8.2:${PORTSDIR}/devel/rubygem-hoe
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/ruby_parse
|
|
|
|
.include <bsd.port.mk>
|