18 lines
228 B
Makefile
18 lines
228 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= journey
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= It routes requests
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|