2006-05-08 15:22:09 +02:00
|
|
|
# Ports collection makefile for: rubygem-bluecloth
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bluecloth
|
|
|
|
PORTVERSION= 1.0.0
|
2007-04-26 23:56:13 +02:00
|
|
|
PORTREVISION= 1
|
2006-05-08 15:22:09 +02:00
|
|
|
CATEGORIES= www rubygems
|
|
|
|
MASTER_SITES= http://www.deveiate.org/code/
|
|
|
|
DISTNAME= BlueCloth-${PORTVERSION}
|
|
|
|
|
2007-04-26 23:56:13 +02:00
|
|
|
MAINTAINER= ports@logvinov.com
|
2006-05-08 15:22:09 +02:00
|
|
|
COMMENT= Ruby implementation of Markdown, a text-to-HTML conversion tool
|
|
|
|
|
2007-04-26 23:56:13 +02:00
|
|
|
GEM_NAME= ${DISTNAME}
|
2006-05-08 15:22:09 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
|
|
.include <bsd.port.post.mk>
|