freebsd-ports/sysutils/rubygem-teamocil/Makefile
Sunpoet Po-Chuan Hsieh e16667f9c2 Add RUN_DEPENDS
- Bump PORTREVISION for dependency change

PR:		216125
Submitted by:	adamw
2017-01-16 15:26:07 +00:00

24 lines
431 B
Makefile

# Created by: Dennis Herrmann <dhn@FreeBSD.org>
# $FreeBSD$
PORTNAME= teamocil
PORTVERSION= 1.4.2
PORTREVISION= 1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Helps you to set up window and splits layouts for tmux
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= tmux:sysutils/tmux
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/teamocil
.include <bsd.port.mk>