aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-bluecloth/Makefile
blob: d0a78eb1fa0b61cdfe0a7a3af2d83a3bb0b2ef96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ports collection makefile for:    rubygem-bluecloth
#
# $FreeBSD$

PORTNAME=   bluecloth
PORTVERSION=    1.0.0
PORTREVISION=   1
CATEGORIES= www rubygems
MASTER_SITES=   http://www.deveiate.org/code/
DISTNAME=   BlueCloth-${PORTVERSION}

MAINTAINER= ports@logvinov.com
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>