openbsd-ports/textproc/ruby-rexical/Makefile
jasper 46567d7adf import ruby-rexical-1.0.5
Rexical is a lexical scanner generator. It is written in Ruby itself,
and generates Ruby program. It is designed for use with Racc.

ok jeremy@
2012-12-08 18:57:05 +00:00

21 lines
403 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/12/08 18:57:05 jasper Exp $
COMMENT= lexical scanner generator for use with Racc
DISTNAME= rexical-1.0.5
CATEGORIES= textproc
HOMEPAGE= https://github.com/tenderlove/rexical
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>