blob: b5b1b2e200214d08ca06c2ecb44a96d69de64312 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= interact
PORTVERSION= 0.5.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple API for command-line interaction
WWW= https://github.com/vito/interact
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>
|