mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Changelogs: https://github.com/cpuguy83/go-md2man/releases/tag/v2.0.3 https://github.com/cpuguy83/go-md2man/releases/tag/v2.0.4 PR: 280906 Approved by: Mateusz Kwiatkowski <mateusz@serveraptor.com> <kwiat3k@panic.pl> (maintainer)
18 lines
378 B
Makefile
18 lines
378 B
Makefile
PORTNAME= go-md2man
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0.4
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= mateusz@serveraptor.com
|
|
COMMENT= Converts Markdown into roff (man pages)
|
|
WWW= https://github.com/cpuguy83/go-md2man/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= go:modules
|
|
GO_MODULE= github.com/cpuguy83/go-md2man/v2
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|