aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-gitlab-markup
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-03 18:22:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-03 18:22:37 +0000
commita07265a3295099636177a99542c91e98c2c90934 (patch)
tree7de1df87004983e29976bc50ce51fb95ffa0ee39 /textproc/rubygem-gitlab-markup
parent08daf4e8f7fea7e5001a2e2003d80ea500578524 (diff)
downloadports-a07265a3295099636177a99542c91e98c2c90934.tar.gz
ports-a07265a3295099636177a99542c91e98c2c90934.zip
- Add missing python dependency
- Fix shebang properly Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=460833
Diffstat (limited to 'textproc/rubygem-gitlab-markup')
-rw-r--r--textproc/rubygem-gitlab-markup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rubygem-gitlab-markup/Makefile b/textproc/rubygem-gitlab-markup/Makefile
index 68952c31bbb2..142819d25f61 100644
--- a/textproc/rubygem-gitlab-markup/Makefile
+++ b/textproc/rubygem-gitlab-markup/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gitlab-markup
PORTVERSION= 1.6.3
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@@ -13,13 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
-USES= gem shebangfix
+USES= gem python:run 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>