18 lines
315 B
Makefile
18 lines
315 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2015/07/16 21:36:11 jeremy Exp $
|
||
|
|
||
|
COMMENT = LALR(1) parser generator for ruby
|
||
|
|
||
|
DISTNAME = racc-1.4.12
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
HOMEPAGE = https://github.com/tenderlove/racc
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE_CDROM = Yes
|
||
|
|
||
|
MODULES = lang/ruby
|
||
|
|
||
|
CONFIGURE_STYLE = ruby gem ext
|
||
|
|
||
|
.include <bsd.port.mk>
|