aboutsummaryrefslogtreecommitdiff
path: root/textproc/md2roff/Makefile
blob: ee44054d17bef9d782ac66ee4ab4d5b1cc434119 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	md2roff
DISTVERSIONPREFIX=	v
DISTVERSION=	2.14.3-0.20200416233007
DISTVERSIONSUFFIX=	-c4dfa597b8d5
PORTREVISION=	4
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>