freebsd-ports/devel/rubygem-foreman/Makefile
2015-03-14 14:57:36 +00:00

21 lines
378 B
Makefile

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