freebsd-ports/devel/rubygem-racc/Makefile

22 lines
416 B
Makefile

# Created by: 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\*
NO_STAGE= yes
.include <bsd.port.mk>