aboutsummaryrefslogtreecommitdiff
path: root/comms/rubygem-ruby-termios/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2011-06-26 03:21:27 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2011-06-26 03:21:27 +0000
commit333962fb94086dec5f79ac10da278ba40e60dd62 (patch)
tree2e105f41f6033101374e55fe63800c17435b5a3e /comms/rubygem-ruby-termios/Makefile
parent46452a19b5a7d3ccb2d53ca32e8df0e2aa92d8bb (diff)
downloadports-333962fb94086dec5f79ac10da278ba40e60dd62.tar.gz
ports-333962fb94086dec5f79ac10da278ba40e60dd62.zip
- Update to 0.9.6
- 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
Notes
Notes: svn path=/head/; revision=276410
Diffstat (limited to 'comms/rubygem-ruby-termios/Makefile')
-rw-r--r--comms/rubygem-ruby-termios/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/rubygem-ruby-termios/Makefile b/comms/rubygem-ruby-termios/Makefile
new file mode 100644
index 000000000000..489dfbb4a3be
--- /dev/null
+++ b/comms/rubygem-ruby-termios/Makefile
@@ -0,0 +1,19 @@
+# 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>