aboutsummaryrefslogtreecommitdiff
path: root/comms/rubygem-ruby-termios/Makefile
blob: b4034b955964bfc2e5fe43da522651fc346dfc80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

PORTNAME=	ruby-termios
PORTVERSION=	1.0.2
CATEGORIES=	comms rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby interface to termios

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>