17 lines
291 B
Makefile
Raw Normal View History

2020-07-05 14:22:23 +00:00
# $OpenBSD: Makefile,v 1.18 2020/07/05 14:22:23 sthen Exp $
COMMENT= talk to modem devices connected via serial port
2020-07-05 14:22:23 +00:00
DISTNAME = Device-Modem-1.59
2007-01-23 22:30:51 +00:00
CATEGORIES= comms
2007-01-23 22:30:51 +00:00
MODULES= cpan
PKG_ARCH= *
# perl
PERMIT_PACKAGE= Yes
2010-11-26 07:07:56 +00:00
BUILD_DEPENDS= comms/p5-Device-SerialPort>=1
.include <bsd.port.mk>