aboutsummaryrefslogtreecommitdiffstats
path: root/comms/rubygem-ruby-termios/Makefile
blob: 14b8c6ff8104a5fa505195859212da05ceb0a670 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

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>