23 lines
399 B
Makefile
23 lines
399 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= foreman
|
|
PORTVERSION= 0.85.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Process manager for applications with multiple components
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-thor>=0.19.1:devel/rubygem-thor
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem shebangfix
|
|
|
|
PLIST_FILES= bin/foreman
|
|
|
|
SHEBANG_FILES= spec/resources/bin/env
|
|
|
|
.include <bsd.port.mk>
|