freebsd-ports/www/rubygem-bluecloth/Makefile
Steve Wills e8175500dd - Update to 2.2.0
PR:		ports/188000
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
2014-03-29 15:56:00 +00:00

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>