60e8225eb6
- Bump PORTREVISION for package change
27 lines
629 B
Makefile
27 lines
629 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tty-table
|
|
PORTVERSION= 0.10.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Fexible and intuitive table generator
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-equatable>=0.5.0:devel/rubygem-equatable \
|
|
rubygem-necromancer>=0.4.0:devel/rubygem-necromancer \
|
|
rubygem-pastel>=0.7.2:devel/rubygem-pastel \
|
|
rubygem-strings>=0.1.0:devel/rubygem-strings \
|
|
rubygem-tty-screen>=0.6.4:devel/rubygem-tty-screen
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|