summaryrefslogtreecommitdiff
path: root/textproc/ruby-textpow/Makefile
blob: 3921228770881d388a276f2a6afde1031d0a9fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.7 2015/12/12 04:14:03 taca Exp $

DISTNAME=	textpow-1.4.0
PKGREVISION=	1
CATEGORIES=	textproc

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/grosser/textpow/
COMMENT=	Library to parse and process Textmate bundles
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-plist>=3.0.1:../../textproc/ruby-plist

RUBYGEM_OPTIONS+=	--format-executable

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"