freebsd-ports/textproc/rubygem-kramdown/Makefile

22 lines
416 B
Makefile
Raw Normal View History

# New ports collection makefile for: rubygem-kramdown
# Date created: 2011-10-29
# Whom: Steve Wills <swills@rubick>
#
# $FreeBSD$
#
PORTNAME= kramdown
2012-08-04 17:53:01 +02:00
PORTVERSION= 0.13.7
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Yet-another-markdown-parser but fast, pure Ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/kramdown
.include <bsd.port.mk>