19 lines
393 B
Makefile
19 lines
393 B
Makefile
PORTNAME= go-md2man
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0.2
|
|
PORTREVISION= 6
|
|
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>
|