aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-foreman/Makefile
blob: 21ac4aeac0d5ecebf9406547cab34a71ebd95051 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	foreman
PORTVERSION=	0.87.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Process manager for applications with multiple components

LICENSE=	MIT

USES=		gem shebangfix
USE_RUBY=	yes

NO_ARCH=	yes

PLIST_FILES=	bin/foreman

SHEBANG_FILES=	spec/resources/bin/env

.include <bsd.port.mk>