- Unbreak with ruby 1.9 <=0.9.5 doesn't build with ruby 1.9 - Development of ruby's termios has moved - Name changed to termios -> ruby-termios - Bump PORTREVISION on ports with dependency changes With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Checked by: make index
19 lines
389 B
Makefile
19 lines
389 B
Makefile
# Ports collection makefile for: rubygem-ruby-termios
|
|
# Date created: June 25, 2011
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
#
|
|
# $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>
|