freebsd-ports/textproc/rubygem-gitlab-markup/Makefile
Torsten Zuehlsdorff 3a0cbd1681 New port: textproc/rubygem-gitlab-markup
This gem is used by GitLab to render any fancy markup such as Markdown,
Textile, Org-Mode, etc. Fork it and add your own!

WWW: https://gitlab.com/gitlab-org/gitlab-markup

Approved by: mentors (implicit)
2016-11-23 14:32:53 +00:00

23 lines
377 B
Makefile

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