19 lines
354 B
Makefile
19 lines
354 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:50:15 sthen Exp $
|
|
|
|
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>
|