freebsd-ports/textproc/rubygem-gitlab-markup/Makefile
Matthias Fechner 63ff20e3c5 textproc/rubygem-gitlab-markup: update to 1.9.0
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
2023-04-03 13:01:08 +03:00

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>