mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
24 lines
386 B
Makefile
24 lines
386 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= github-markup
|
|
PORTVERSION= 1.4.0
|
|
PORTREVISION= 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>
|