opnsense-ports/comms/rubygem-serialport/Makefile
Franco Fichtner 9a5dd8bb59 */*: sync with upstream
Taken from: FreeBSD
2017-04-19 17:34:12 +02:00

18 lines
313 B
Makefile

# $FreeBSD$
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>