This version supports Ruby 3.0. While here, * Switch to DISTVERSION * Pet portlint Changes: https://github.com/hparra/ruby-serialport/commits/v1.3.2 PR: 259396
15 lines
284 B
Makefile
15 lines
284 B
Makefile
PORTNAME= serialport
|
|
DISTVERSION= 1.3.2
|
|
CATEGORIES= comms rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tj+freebsd_ports@a13.fr
|
|
COMMENT= Library for using RS-232 serial ports
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
SHEBANG_FILES= test/set_readtimeout.rb
|
|
|
|
.include <bsd.port.mk>
|