pkgsrc/textproc/ruby-rdiscount/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

20 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/01/26 17:32:18 rillig Exp $
DISTNAME= rdiscount-2.2.0.1
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"