freebsd-ports/textproc/rubygem-org-ruby/Makefile
Michael Moll ede132bb74 textproc/rubygem-org-ruby: update to 0.9.12
PR:		199736
Differential Revision:	https://reviews.freebsd.org/D2457
Submitted by:	Michael Fausten <ports@michael-fausten.de>
Approved by:	swills (mentor)
2015-05-06 12:20:52 +00:00

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>