opnsense-ports/devel/rubygem-foreman/Makefile
Franco Fichtner 292c1f4024 */*: sync with upstream
Taken from: FreeBSD
2015-09-11 10:06:41 +02:00

26 lines
464 B
Makefile

# $FreeBSD$
PORTNAME= foreman
PORTVERSION= 0.78.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:${PORTSDIR}/devel/rubygem-thor
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= spec/resources/bin/env
PLIST_FILES= bin/foreman
.include <bsd.port.mk>