58012d6cd0
PR: ports/169132 Approved by: maintainer timeout (voldern@hoeggen.net, >1 month)
24 lines
529 B
Makefile
24 lines
529 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.3.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= voldern@hoeggen.net
|
|
COMMENT= A ruby parser written in pure ruby
|
|
|
|
RUN_DEPENDS= rubygem-sexp_processor>=3.0:${PORTSDIR}/devel/rubygem-sexp_processor
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/ruby_parse
|
|
|
|
.include <bsd.port.mk>
|