2008-12-28 17:08:38 +01:00
|
|
|
# New ports collection makefile for: rubygem-markaby
|
|
|
|
# Date created: 28, Dec 2008
|
|
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= markaby
|
|
|
|
PORTVERSION= 0.5
|
|
|
|
CATEGORIES= textproc rubygems
|
|
|
|
MASTER_SITES= RF
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= HTML Markup as Ruby
|
|
|
|
|
|
|
|
BUILD_DEPENDS= rubygem-builder>0:${PORTSDIR}/devel/rubygem-builder
|
|
|
|
RUN_DEPENDS= rubygem-builder>0:${PORTSDIR}/devel/rubygem-builder
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
USE_RAKE= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-12-28 17:08:38 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|