98b886831e
part of PR pkg/48447. BufferedTokenizer extracts token delimited entities from a sequence of arbitrary inputs.
15 lines
368 B
Makefile
15 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/01/17 12:49:50 obache Exp $
|
|
#
|
|
|
|
DISTNAME= buftok-0.2.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://github.com/sferik/buftok
|
|
COMMENT= Statefully split input data by a specifiable token
|
|
LICENSE= 2-clause-bsd OR ruby-license
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|