ede132bb74
PR: 199736 Differential Revision: https://reviews.freebsd.org/D2457 Submitted by: Michael Fausten <ports@michael-fausten.de> Approved by: swills (mentor)
22 lines
416 B
Makefile
22 lines
416 B
Makefile
# 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:${PORTSDIR}/textproc/rubygem-rubypants
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/org-ruby
|
|
|
|
.include <bsd.port.mk>
|