opnsense-ports/devel/rubygem-foreman/Makefile
Franco Fichtner c79f8692b5 */*: sync with upstream
Taken from: HardenedBSD
2018-08-02 12:49:13 +02:00

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>