1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add missing python dependency

- Fix shebang properly

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-02-03 18:22:37 +00:00
parent 08daf4e8f7
commit a07265a329
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460833

View File

@ -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>