freebsd-ports/textproc/rubygem-kramdown/Makefile

22 lines
367 B
Makefile

# Created by: Steve Wills <swills@rubick>
# $FreeBSD$
PORTNAME= kramdown
PORTVERSION= 2.1.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Yet-another-markdown-parser but fast, pure Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/kramdown
.include <bsd.port.mk>