Changes: https://github.com/github/markup/blob/master/HISTORY.md https://github.com/github/markup/commits/master
23 lines
370 B
Makefile
23 lines
370 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= github-markup
|
|
PORTVERSION= 1.4.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
|
|
SHEBANG_FILES= script/bootstrap \
|
|
script/cibuild
|
|
|
|
PLIST_FILES= bin/github-markup
|
|
|
|
.include <bsd.port.mk>
|