freebsd-ports/www/rubygem-bluecloth/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
339 B
Makefile

PORTNAME= bluecloth
PORTVERSION= 2.2.0
PORTREVISION= 1
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
USES= gem shebangfix
SHEBANG_FILES= bin/bluecloth
PLIST_FILES= bin/bluecloth
.include <bsd.port.mk>