16 lines
246 B
Makefile
16 lines
246 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= ruby-termios
|
||
|
PORTVERSION= 0.9.6
|
||
|
CATEGORIES= comms rubygems
|
||
|
MASTER_SITES= RG
|
||
|
|
||
|
MAINTAINER= ruby@FreeBSD.org
|
||
|
COMMENT= A Ruby interface to termios
|
||
|
|
||
|
USE_RUBY= yes
|
||
|
USE_RUBYGEMS= yes
|
||
|
RUBYGEM_AUTOPLIST= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|