openbsd-ports/comms/p5-Device-SerialPort/Makefile

25 lines
472 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2012/05/17 08:58:02 sthen Exp $
SHARED_ONLY= Yes
COMMENT= talk to modem devices connected via serial port
DISTNAME= Device-SerialPort-1.04
EPOCH= 0
2007-01-23 17:30:51 -05:00
CATEGORIES= comms
MODULES= cpan
MAINTAINER= Todd T. Fries <todd@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.if ${MACHINE_ARCH} == "sparc"
CONFIGURE_ARGS= TESTPORT=/dev/cuaa
.endif
.include <bsd.port.mk>