freebsd-ports/textproc/rubygem-github-markup/Makefile

27 lines
445 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= github-markup
PORTVERSION= 2.0.0
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
2017-05-07 18:05:15 +02:00
REINPLACE_ARGS= -i ''
PLIST_FILES= bin/github-markup
SHEBANG_FILES= script/*
2017-05-07 18:05:15 +02:00
post-patch:
@${REINPLACE_CMD} -e '1d' ${WRKSRC}/lib/github/commands/rest2html
.include <bsd.port.mk>