This module provides an interface to the Asterisk Manager Interface. Its goal is to provide a flexible, powerful, and reliable way to interact with Asterisk upon which other applications may be built. It utilizes AnyEvent and therefore can integrate very easily into event-based applications, but still provides blocking functions for use with standard scripting.
23 lines
499 B
Makefile
23 lines
499 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/26 16:09:30 sthen Exp $
|
|
|
|
COMMENT= interact with Asterisk Manager Interface from perl
|
|
|
|
DISTNAME= Asterisk-AMI-v0.2.8
|
|
PKGNAME= p5-${DISTNAME:S/-v/-/}
|
|
CATEGORIES= telephony perl5
|
|
|
|
HOMEPAGE= https://github.com/rrb3942/perl-Asterisk-AMI/
|
|
|
|
MODULES= cpan
|
|
CPAN_AUTHOR= GREENBEAN
|
|
|
|
# Artistic 2.0
|
|
PERMIT_PACKAGE_CDROM= yes
|
|
|
|
RUN_DEPENDS= devel/p5-AnyEvent>=5.2
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
MODCPAN_EXAMPLES_DIR= ${PREFIX}/share/examples/p5-Asterisk-AMI
|
|
|
|
.include <bsd.port.mk>
|