e8175500dd
PR: ports/188000 Submitted by: Michael Moll <kvedulv@kvedulv.de>
17 lines
305 B
Makefile
17 lines
305 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bluecloth
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby implementation of Markdown, a text-to-HTML conversion tool
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/bluecloth
|
|
|
|
.include <bsd.port.mk>
|