c4253fd014
Update ruby-rdiscount package to 2.2.0.2. 2.2.0.2 (August 9, 2020) * Fix compilation error on macOS Big Sur Preview (11.0). * Enable continuous integration with Ruby 2.4-2.6. * Builds with Ruby 2.7.0 locally but not on Travis CI.
20 lines
588 B
Makefile
20 lines
588 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/09/14 15:05:28 taca Exp $
|
|
|
|
DISTNAME= rdiscount-2.2.0.2
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= nils@NetBSD.org
|
|
HOMEPAGE= https://dafoster.net/projects/rdiscount/
|
|
COMMENT= Converts documents in Markdown syntax to HTML
|
|
LICENSE= modified-bsd
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
|
|
|
|
post-install:
|
|
${LN} -sf ${PREFIX}/${GEM_LIBDIR}/man/rdiscount.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${RUBY_PKGPREFIX}-rdiscount.1
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|