opnsense-ports/textproc/rubygem-github-markup/Makefile
Franco Fichtner 96e3a232f6 */*: sync with upstream
Taken from: HardenedBSD
2017-07-26 04:49:57 +02:00

27 lines
472 B
Makefile

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