aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-org-ruby/Makefile
blob: 62d0b3c533468d5cc234a816f0a8e0ef783005ed (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
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$

PORTNAME=   org-ruby
PORTVERSION=    0.9.12
CATEGORIES= textproc rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Org mode parser written in Ruby

LICENSE=    MIT

RUN_DEPENDS=    rubygem-rubypants>=0.2.0:textproc/rubygem-rubypants

NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem

PLIST_FILES=    bin/org-ruby

.include <bsd.port.mk>