ports/textproc/rubygem-gitlab-markup/Makefile
Dmitry Marakasov a07265a329 - Add missing python dependency
- Fix shebang properly

Approved by:	portmgr blanket
2018-02-03 18:22:37 +00:00

25 lines
438 B
Makefile

# $FreeBSD$
PORTNAME= gitlab-markup
PORTVERSION= 1.6.3
PORTREVISION= 1
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 python:run shebangfix
PLIST_FILES= bin/github-markup
SHEBANG_FILES= lib/github/commands/rest2html \
script/bootstrap \
script/cibuild
.include <bsd.port.mk>