forked from Lainports/freebsd-ports
19 lines
326 B
Makefile
19 lines
326 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
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/bluecloth
|
|
|
|
.include <bsd.port.mk>
|