freebsd-ports/textproc/md2roff/Makefile
Robert Clausecker 220a6d713e textproc/md2roff: markdown to roff converter
md2roff is a Markdown to roff/html converted.  It can be used to
generate simple man pages from project README files.  The output is
a manpage in man(7) format as well as a HTML document.

PR:		https://github.com/github/hub
2023-09-22 00:54:46 -04:00

20 lines
421 B
Makefile

PORTNAME= md2roff
DISTVERSIONPREFIX= v
DISTVERSION= 2.14.3-0.20200416233007
DISTVERSIONSUFFIX= -c4dfa597b8d5
CATEGORIES= textproc print
MAINTAINER= fuz@FreeBSD.org
COMMENT= Markdown to roff converter
WWW= https://github.com/github/hub
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/github/hub/v2
GO_TARGET= ./md2roff-bin:md2roff
PLIST_FILES= bin/md2roff
.include <bsd.port.mk>