2013-09-20 19:17:44 +02:00
|
|
|
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
2012-03-04 12:51:54 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= racc
|
2013-01-22 04:14:57 +01:00
|
|
|
PORTVERSION= 1.4.9
|
2012-03-04 12:51:54 +01:00
|
|
|
CATEGORIES= devel ruby
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= murashin@gfd-dennou.org
|
|
|
|
COMMENT= An LALR(1) parser generator for Ruby
|
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/racc bin/racc2y bin/y2racc
|
|
|
|
|
2012-05-09 16:27:51 +02:00
|
|
|
CONFLICTS= ruby1[89]-racc-1\.4\*
|
|
|
|
|
2013-09-20 19:17:44 +02:00
|
|
|
NO_STAGE= yes
|
2012-03-04 12:51:54 +01:00
|
|
|
.include <bsd.port.mk>
|