mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
46c2269825
PR: ports/174392 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
26 lines
480 B
Makefile
26 lines
480 B
Makefile
# New ports collection makefile for: rubygem-racc
|
|
# Date created: 2012-02-07
|
|
# Whom: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= racc
|
|
PORTVERSION= 1.4.9
|
|
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
|
|
|
|
CONFLICTS= ruby1[89]-racc-1\.4\*
|
|
|
|
.include <bsd.port.mk>
|