freebsd-ports/sysutils/rubygem-teamocil/Makefile
Sunpoet Po-Chuan Hsieh 1857fff9d2 - Update to 1.3.1
- Add LICENSE_FILE

Changes:	https://github.com/remiprev/teamocil/commits/master
2015-11-06 10:16:33 +00:00

22 lines
412 B
Makefile

# Created by: Dennis Herrmann <dhn@FreeBSD.org>
# $FreeBSD$
PORTNAME= teamocil
PORTVERSION= 1.3.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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/teamocil
.include <bsd.port.mk>