17 lines
294 B
Makefile
17 lines
294 B
Makefile
COMMENT = collection of text algorithms
|
|
|
|
DISTNAME = text-1.3.1
|
|
|
|
CATEGORIES = textproc
|
|
HOMEPAGE = https://github.com/threedaymonk/text
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|