Matthias Fechner 67c4530208 Update to 1.6.4 which is required for gitlab 11.1.1.
Take maintainer.
Made portlint happy.

Approved by:	mentors (implicit)
2018-07-26 13:49:41 +00:00

26 lines
427 B
Makefile

# $FreeBSD$
PORTNAME= gitlab-markup
PORTVERSION= 1.6.4
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Render any fancy GitLab markup
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem python:run shebangfix
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/github-markup
SHEBANG_FILES= lib/github/commands/rest2html \
script/bootstrap \
script/cibuild
.include <bsd.port.mk>