blob: de9908c30b4cb2ad8a441b96415c44f62bbe7939 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.1 2013/04/21 12:27:11 obache Exp $
DISTNAME= text-1.2.1
CATEGORIES= textproc
MAINTAINER= obache@NetBSD.org
HOMEPAGE= https://github.com/threedaymonk/text
COMMENT= Collection of text algorithms for Ruby
LICENSE= ruby-license
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|