freebsd-ports/devel/rubygem-foreman/Makefile
2020-08-23 19:42:30 +00:00

22 lines
346 B
Makefile

# $FreeBSD$
PORTNAME= foreman
PORTVERSION= 0.87.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Process manager for applications with multiple components
LICENSE= MIT
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/foreman
SHEBANG_FILES= spec/resources/bin/env
.include <bsd.port.mk>