freebsd-ports/www/rubygem-bluecloth/Makefile
Pav Lucistnik fca058ee9d - Update maintainer's email address
PR:		ports/98416
Submitted by:	Alastair Rankine <arsptr@internode.on.net> (maintainer)
2006-06-05 14:09:12 +00:00

18 lines
466 B
Makefile

# Ports collection makefile for: rubygem-bluecloth
#
# $FreeBSD$
PORTNAME= bluecloth
PORTVERSION= 1.0.0
CATEGORIES= www rubygems
MASTER_SITES= http://www.deveiate.org/code/
DISTNAME= BlueCloth-${PORTVERSION}
MAINTAINER= arsptr@internode.on.net
COMMENT= Ruby implementation of Markdown, a text-to-HTML conversion tool
PLIST_SUB+= DISTNAME="${DISTNAME}"
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>