1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/comms/rubygem-serialport/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
300 B
Makefile

PORTNAME= serialport
PORTVERSION= 1.3.1
PORTREVISION= 1
CATEGORIES= comms rubygems
MASTER_SITES= RG
MAINTAINER= tj+freebsd_ports@a13.fr
COMMENT= Library for using RS-232 serial ports
LICENSE= GPLv2
USE_RUBY= yes
USES= gem shebangfix
SHEBANG_FILES= test/set_readtimeout.rb
.include <bsd.port.mk>