aboutsummaryrefslogtreecommitdiff
path: root/textproc/go-md2man/Makefile
blob: dfe5f8ad13398517b9472ed1bd72737896ae3b02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	go-md2man
DISTVERSIONPREFIX=	v
DISTVERSION=	2.0.2
PORTREVISION=	2
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>