22 lines
346 B
Makefile
22 lines
346 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|