freebsd-ports/textproc/rubygem-kramdown/Makefile

23 lines
409 B
Makefile

# Created by: Steve Wills <swills@rubick>
PORTNAME= kramdown
PORTVERSION= 2.3.1
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
RUN_DEPENDS= rubygem-rexml>=0:textproc/rubygem-rexml
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/kramdown
.include <bsd.port.mk>