ports/textproc/rubygem-github-markup16/Makefile
Matthias Fechner 91f76c6b91 New ports required for gitlab 10.8.x.
Reviewed by:	mat, swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D15945
2018-06-21 15:28:59 +00:00

34 lines
573 B
Makefile

# $FreeBSD$
PORTNAME= github-markup
PORTVERSION= 1.6.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 16
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Render any fancy markup
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
CONFLICTS_INSTALL= textproc/rubygem-github-markup
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
REINPLACE_ARGS= -i ''
PLIST_FILES= bin/github-markup
SHEBANG_FILES= script/bootstrap \
script/cibuild
PORTSCOUT= limit:^1\.6\.
post-patch:
@${REINPLACE_CMD} -e '1d' ${WRKSRC}/lib/github/commands/rest2html
.include <bsd.port.mk>