freebsd-ports/textproc/rubygem-github-markup/Makefile
2014-09-22 02:18:25 +00:00

21 lines
371 B
Makefile

# $FreeBSD$
PORTNAME= github-markup
PORTVERSION= 1.3.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Render any fancy markup
LICENSE= MIT
RUN_DEPENDS= rubygem-posix-spawn>=0.3.9:${PORTSDIR}/devel/rubygem-posix-spawn
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/github-markup
.include <bsd.port.mk>