blob: 489dfbb4a3bead5979eccb202c940fe590976bdf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>
|