mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
24 lines
415 B
Makefile
24 lines
415 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= foreman
|
|
PORTVERSION= 0.84.0
|
|
PORTREVISION= 1
|
|
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>
|