freebsd-ports/devel/rubygem-foreman/Makefile

22 lines
436 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= foreman
PORTVERSION= 0.63.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PORTREVISION= 1
MAINTAINER= ruby@FreeBSD.org
COMMENT= Process manager for applications with multiple components
RUN_DEPENDS= rubygem-dotenv>=0.7:${PORTSDIR}/misc/rubygem-dotenv \
rubygem-thor>=0.13.6:${PORTSDIR}/devel/rubygem-thor
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/foreman
.include <bsd.port.mk>