mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
16 lines
248 B
Makefile
16 lines
248 B
Makefile
COMMENT= talk to modem devices connected via serial port
|
|
|
|
DISTNAME= Device-SerialPort-1.04
|
|
EPOCH= 0
|
|
REVISION= 4
|
|
CATEGORIES= comms
|
|
MODULES= cpan
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
CONFIGURE_ENV += CC='${CC}'
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|