aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-maruku/Makefile
blob: 724221a9dd5f475f19276a9e3ef21889408fcec9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Ports collection makefile for:    rubygem-maruku
# Date created:             26 April 2007
# Whom:                 Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$

PORTNAME=   maruku
PORTVERSION=    0.5.6
CATEGORIES= www rubygems
MASTER_SITES=   ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@logvinov.com
COMMENT=    A Markdown and PHP Markdown extra interpreter for Ruby

BUILD_DEPENDS=  rubygem-syntax>=1.0.0:${PORTSDIR}/textproc/rubygem-syntax
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_RUBY=   yes
USE_RUBY_FEATURES=  iconv

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>