mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
16 lines
328 B
Makefile
16 lines
328 B
Makefile
PORTNAME= go-md2man
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0.2
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= mateusz@serveraptor.com
|
|
COMMENT= Converts Markdown into roff (man pages)
|
|
WWW= https://github.com/cpuguy83/go-md2man
|
|
|
|
USES= go:modules
|
|
GO_MODULE= github.com/cpuguy83/go-md2man/v2
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|