16 lines
245 B
Makefile
16 lines
245 B
Makefile
PORTNAME= journey
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= It routes requests
|
|
WWW= https://github.com/tenderlove/journey
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|