summaryrefslogtreecommitdiff
path: root/textproc/ruby-redcloth/Makefile
blob: 920ff4e46788e7b47e62168f3c7a7124054ceb3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.21 2020/01/26 17:32:18 rillig Exp $

DISTNAME=	RedCloth-4.3.2
PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME:tl}
CATEGORIES=	textproc

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://redcloth.org/
COMMENT=	Textile library for Ruby
LICENSE=	mit

USE_GCC_RUNTIME=	yes
RUBYGEM_OPTIONS+=	--format-executable

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