21 lines
416 B
Makefile
21 lines
416 B
Makefile
# New ports collection makefile for: rubygem-kramdown
|
|
# Date created: 2011-10-29
|
|
# Whom: Steve Wills <swills@rubick>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kramdown
|
|
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>
|