63ff20e3c5
Required for gitlab-ce 15.9 Changelog: https://gitlab.com/gitlab-org/gitlab-markup/blob/master/HISTORY.md 1.9.0 (2023-01-11) Add support for docutils 0.19, remove support for 0.14/0.15
23 lines
450 B
Makefile
23 lines
450 B
Makefile
PORTNAME= gitlab-markup
|
|
PORTVERSION= 1.9.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Render any fancy GitLab markup
|
|
WWW= https://gitlab.com/gitlab-org/gitlab-markup
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem python:run shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/gitlab-markup
|
|
|
|
SHEBANG_FILES= lib/github/commands/rest2html \
|
|
script/bootstrap \
|
|
script/cibuild
|
|
|
|
.include <bsd.port.mk>
|