25 lines
448 B
Makefile
25 lines
448 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gitlab-markup
|
|
PORTVERSION= 1.6.3
|
|
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
|
|
|
|
PLIST_FILES= bin/github-markup
|
|
|
|
SHEBANG_FILES= lib/github/commands/rest2html \
|
|
script/bootstrap \
|
|
script/cibuild
|
|
python_CMD= ${LOCALBASE}/bin/python2
|
|
|
|
.include <bsd.port.mk>
|