xref: /mports/comms/p5-Device-Modem/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	Device-Modem
2PORTVERSION=	1.59
3CATEGORIES=	comms perl5
4MASTER_SITES=	CPAN
5PKGNAMEPREFIX=	p5-
6
7MAINTAINER=	ports@MidnightBSD.org
8COMMENT=	Perl class to interface generic modems (AT-compliant)
9WWW=		https://metacpan.org/release/Device-Modem
10
11LICENSE=	artistic gpl+
12LICENSE_COMB=	dual
13
14BUILD_DEPENDS=	${RUN_DEPENDS}
15RUN_DEPENDS=	p5-Device-SerialPort>=0:comms/p5-Device-SerialPort
16
17USES=		perl5 shebangfix
18SHEBANG_FILES=	examples/xmodem.pl \
19		examples/shell.pl \
20		examples/caller-id.pl
21USE_PERL5=	configure
22NO_ARCH=	yes
23
24OPTIONS_DEFINE=	EXAMPLES
25
26post-install:
27	@${MKDIR} ${EXAMPLESDIR}
28	${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}
29
30.include <bsd.port.mk>
31

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026