mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
dbd44e54fe
Approved by: mentors (implicit)
26 lines
427 B
Makefile
26 lines
427 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gitlab-markup
|
|
PORTVERSION= 1.6.5
|
|
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/gitlab-markup
|
|
|
|
SHEBANG_FILES= lib/github/commands/rest2html \
|
|
script/bootstrap \
|
|
script/cibuild
|
|
|
|
.include <bsd.port.mk>
|