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

22 lines
446 B
Makefile
Raw Normal View History

2010-10-18 12:52:44 -04:00
# $OpenBSD: Makefile,v 1.7 2010/10/18 16:57:48 espie Exp $
COMMENT= talk to modem devices connected via serial port
DISTNAME= Device-Modem-1.51
2007-01-23 17:30:51 -05:00
CATEGORIES= comms
2007-01-23 17:30:51 -05:00
MODULES= cpan
MAINTAINER= Todd T. Fries <todd@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-10-18 12:52:44 -04:00
USE_GROFF = Yes
BUILD_DEPENDS= :p5-Device-SerialPort->=1:comms/p5-Device-SerialPort
.include <bsd.port.mk>