forked from Lainports/freebsd-ports
- Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby
26 lines
662 B
Makefile
26 lines
662 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.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RUBYFORGE/parsetree
|
|
|
|
MAINTAINER= voldern@hoeggen.net
|
|
COMMENT= A ruby parser written in pure ruby
|
|
|
|
RUN_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>
|