ports/devel/rubygem-foreman/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
333 B
Makefile

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>