9f93e5f058
pkgsrc change: Add support for pkg_alternatives. == 4.3.2 / May 23rd, 2016 * Fix additional case for CVE-2012-6684 [Joshua Siler] == 4.3.1 / May 17th, 2016 * Fix additional case for CVE-2012-6684 [Joshua Siler] == 4.3.0 / April 29th, 2016 * Remove JRuby and Windows cross compilation and support * Add Ruby 2.2.3 testing and support * include CVE-2012-6684 fix [Tomas Pospisek] * fix by [Antonio Terceiro] * see http://sources.debian.net/src/ruby-redcloth/4.2.9-4/debian/patches/0001-Filter-out-javascript-links-when-using-filter_html-o.patch/ * vulnerability reported by [Kousuke Ebihara] * see http://co3k.org/blog/redcloth-unfixed-xss-en == 4.2.9.1 / February 24, 2015 * Lazy-load latex_entities.yml [Charlie Somerville]
16 lines
388 B
Makefile
16 lines
388 B
Makefile
# $NetBSD: Makefile,v 1.20 2016/10/18 14:43:14 taca Exp $
|
|
|
|
DISTNAME= RedCloth-4.3.2
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://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"
|