18 lines
320 B
Makefile
18 lines
320 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:42:47 espie 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
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|