freebsd-ports/comms/rubygem-serialport/Makefile
Thibault Jouan 1e999eb5b6 comms/rubygem-serialport: Update to 1.3.2
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
2021-11-08 08:44:36 +09:00

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>