method to display Cisco IP Phone objects and gather input from a Cisco 7940 or 7960 IP Phone. This module supports all known Cisco XML objects for 7940 and 7960 phones. Knowledge of Cisco XML syntax is not a requirement. This Perl module gives the ability to use simple PERL objects to display XML on the IP Phone unlike to Cisco Software Development Kit (SDK) which uses Microsoft IIS Server, ASP's, JSP's, Javascript, COM Objects, and requires knowledge of XML syntax. PR: ports/114968 Submitted by: Simun Mikecin < numisemis at yahoo dot com >
22 lines
474 B
Makefile
22 lines
474 B
Makefile
# New ports collection makefile for: p5-Cisco-IPPhone
|
|
# Date created: July 27th 2007
|
|
# Whom: Simun Mikecin < numisemis at yahoo dot com >
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Cisco-IPPhone
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Cisco
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= numisemis@yahoo.com
|
|
COMMENT= Package for creating Cisco IPPhone XML objects
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Cisco::IPPhone.3
|
|
|
|
.include <bsd.port.mk>
|