aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-journey/Makefile
blob: 9ecd8a7f552be0dfd5cf63a577e239d9b51a4054 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

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>