93e5524846
myrurema provides a command 'rurema', which helps searching/browsing/writing the Japanese Ruby documents. (a.k.a. Rurema http://bugs.ruby-lang.org/projects/rurema/wiki ) Author: Yutaka HARA WWW: http://rubygems.org/gems/myrurema PR: ports/164869 (based on) Submitted by: Shin-ya Murakami <murashin_AT_gfd-dennou_DOT_org>
28 lines
618 B
Makefile
28 lines
618 B
Makefile
# New ports collection makefile for: japanese/rubygem-myrurema
|
|
# Date created: 2012-02-08
|
|
# Whom: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= myrurema
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= japanese rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A tool which helps searching/browsing/writing the Japanese Ruby docs
|
|
|
|
RUN_DEPENDS= rubygem-launchy>=2.0.5:${PORTSDIR}/devel/rubygem-launchy
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/rurema
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}rubygem-
|
|
|
|
.include <bsd.port.post.mk>
|