mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
25 lines
481 B
Makefile
25 lines
481 B
Makefile
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= myrurema
|
|
PORTVERSION= 0.3.5
|
|
CATEGORIES= japanese rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Tool which helps searching/browsing/writing the Japanese Ruby docs
|
|
|
|
RUN_DEPENDS= rubygem-launchy>=2.3:devel/rubygem-launchy
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/rurema
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}rubygem-
|
|
|
|
.include <bsd.port.post.mk>
|