blob: 9c94c9cf709476d4552650b0a7bd462e2a8ebad2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
# $FreeBSD$
PORTNAME= myrurema
PORTVERSION= 0.3.4
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
NO_STAGE= yes
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}rubygem-
.include <bsd.port.post.mk>
|