pkgsrc-wip/ruby-rdiscount/Makefile
Nils Ratusznik 82c142f1f6 Import ruby200-rdiscount-2.1.8 as wip/ruby-rdiscount.
RDiscount converts documents in Markdown syntax to HTML.
It uses the excellent Discount processor by David Loren Parsons
for this purpose, and thereby inherits Discount's numerous useful
extensions to the Markdown language.
2015-04-25 21:55:59 +00:00

18 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/04/25 21:55:59 ahp-nils Exp $
DISTNAME= rdiscount-2.1.8
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
MAINTAINER= nils@NetBSD.org
HOMEPAGE= http://dafoster.net/projects/rdiscount/
COMMENT= Converts documents in Markdown syntax to HTML
LICENSE= modified-bsd
INSTALLATION_DIRS+= ${PKGMANDIR}/man1/
post-install:
${LN} -sf ${PREFIX}/${GEM_LIBDIR}/man/rdiscount.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/rdiscount.1
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"