openbsd-ports/comms/p5-Device-SerialPort/Makefile
sthen 8060590fd8 update to Device::SerialPort 1.04 from dhill, also bump EPOCH as cpan-style
version numbering doesn't align with pkg_add's (1.03001 > 1.04)
2012-05-17 08:58:02 +00:00

25 lines
472 B
Makefile

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