mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
2424470603
- Bump PORTREVISION for dependency change
24 lines
458 B
Makefile
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>
|