mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
20 lines
333 B
Makefile
20 lines
333 B
Makefile
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>
|