freebsd-ports/www/rubygem-bluecloth/Makefile
2013-10-30 03:00:33 +00:00

18 lines
335 B
Makefile

# $FreeBSD$
PORTNAME= bluecloth
PORTVERSION= 1.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
DISTNAME= BlueCloth-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby implementation of Markdown, a text-to-HTML conversion tool
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>