22 lines
426 B
Makefile
22 lines
426 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2020/11/16 18:36:23 jeremy Exp $
|
|
|
|
COMMENT = gem for tokenizing, parsing, and transforming regexps
|
|
|
|
DISTNAME = regexp_parser-1.8.1
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/ammar/regexp_parser
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
# Tests require libraries not in ports
|
|
|
|
.include <bsd.port.mk>
|