1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/textproc/rubygem-org-ruby/Makefile
Torsten Zuehlsdorff 8b62234838 Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the owner requested.
This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918.

Approved by: junovitch (mentor)
2016-06-23 09:48:53 +00:00

24 lines
397 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.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>