freebsd-ports/www/rubygem-bluecloth/Makefile
Sunpoet Po-Chuan Hsieh 0f93ac3339 - Add LICENSE
2015-05-22 20:21:55 +00:00

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>