2006-05-08 15:22:09 +02:00
|
|
|
# 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}
|
|
|
|
|
2006-06-05 16:09:12 +02:00
|
|
|
MAINTAINER= arsptr@internode.on.net
|
2006-05-08 15:22:09 +02:00
|
|
|
COMMENT= Ruby implementation of Markdown, a text-to-HTML conversion tool
|
|
|
|
|
|
|
|
PLIST_SUB+= DISTNAME="${DISTNAME}"
|
|
|
|
|
2006-12-10 07:17:26 +01:00
|
|
|
BROKEN= Incorrect pkg-plist
|
2007-02-11 02:23:35 +01:00
|
|
|
DEPRECATED= ${BROKEN}
|
|
|
|
EXPIRATION_DATE=2007-04-10
|
2006-12-10 07:17:26 +01:00
|
|
|
|
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>
|