1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/japanese/rubygem-myrurema/Makefile
2024-05-20 01:18:28 +08:00

24 lines
458 B
Makefile

PORTNAME= myrurema
PORTVERSION= 0.3.5
PORTREVISION= 1
CATEGORIES= japanese rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tool which helps searching/browsing/writing the Japanese Ruby docs
WWW= https://github.com/yhara/myrurema
RUN_DEPENDS= rubygem-launchy2>=2.3<3:devel/rubygem-launchy2
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/rurema
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}rubygem-
.include <bsd.port.post.mk>