mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
368 B
Makefile
16 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"
|