freebsd-ports/www/rubygem-maruku/Makefile
Martin Wilke 120f6abaf0 - Update to 0.5.8
PR:		121468
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2008-03-07 16:16:53 +00:00

23 lines
577 B
Makefile

# Ports collection makefile for: rubygem-maruku
# Date created: 26 April 2007
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
PORTNAME= maruku
PORTVERSION= 0.5.8
CATEGORIES= www rubygems
MASTER_SITES= RF
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>