opnsense-ports/textproc/rubygem-github-markup17/Makefile
Franco Fichtner 7a561e579e */*: sync with upstream
Taken from: HardenedBSD
2018-10-30 17:41:14 +01:00

31 lines
495 B
Makefile

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