freebsd-ports/www/rubygem-bluecloth/Makefile
Dmitry Marakasov 780a9e9fda - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-06-05 16:55:39 +00:00

22 lines
389 B
Makefile

# $FreeBSD$
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
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= bin/bluecloth
PLIST_FILES= bin/bluecloth
.include <bsd.port.mk>