mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
22 lines
385 B
Makefile
22 lines
385 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
|
|
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<1:textproc/rubygem-rubypants
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/org-ruby
|
|
|
|
.include <bsd.port.mk>
|