2004-12-20 12:30:55 +01:00
|
|
|
# $NetBSD: Makefile,v 1.5 2004/12/20 11:30:56 grant Exp $
|
Added p5-Net-ICQ2000-0.2.1 (PR#14569 by Shell Hung)
This module is designed to give perl scripts access to the ICQ
network and the functions provided by it, like SMS
Functions included : Connect(), Disconnect(), Set_Login_Details(),
Set_Server_And_Port(), Execute_Once(), Send_Command(), Add_Hook(),
Hook_All(), Check_Incoming(), Deal_With_FLAPs(), Send_Outgoing().
2001-11-28 13:28:23 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= Net-ICQ2000-0.2.1
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
2004-12-20 12:30:55 +01:00
|
|
|
PKGREVISION= 1
|
Added p5-Net-ICQ2000-0.2.1 (PR#14569 by Shell Hung)
This module is designed to give perl scripts access to the ICQ
network and the functions provided by it, like SMS
Functions included : Connect(), Disconnect(), Set_Login_Details(),
Set_Server_And_Port(), Execute_Once(), Send_Command(), Add_Hook(),
Hook_All(), Check_Incoming(), Deal_With_FLAPs(), Send_Outgoing().
2001-11-28 13:28:23 +01:00
|
|
|
CATEGORIES= chat perl5
|
|
|
|
MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/
|
|
|
|
|
|
|
|
MAINTAINER= shell@shellhung.org
|
|
|
|
HOMEPAGE= http://icq2000.phase3solutions.com/
|
2003-07-21 18:24:36 +02:00
|
|
|
COMMENT= Perl5 modules for the ICQv7 protocol realisation
|
Added p5-Net-ICQ2000-0.2.1 (PR#14569 by Shell Hung)
This module is designed to give perl scripts access to the ICQ
network and the functions provided by it, like SMS
Functions included : Connect(), Disconnect(), Set_Login_Details(),
Set_Server_And_Port(), Execute_Once(), Send_Command(), Add_Hook(),
Hook_All(), Check_Incoming(), Deal_With_FLAPs(), Send_Outgoing().
2001-11-28 13:28:23 +01:00
|
|
|
|
2004-04-28 00:03:13 +02:00
|
|
|
USE_BUILDLINK3= YES
|
2002-10-20 19:45:59 +02:00
|
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/ICQ2000/.packlist
|
Added p5-Net-ICQ2000-0.2.1 (PR#14569 by Shell Hung)
This module is designed to give perl scripts access to the ICQ
network and the functions provided by it, like SMS
Functions included : Connect(), Disconnect(), Set_Login_Details(),
Set_Server_And_Port(), Execute_Once(), Send_Command(), Add_Hook(),
Hook_All(), Check_Incoming(), Deal_With_FLAPs(), Send_Outgoing().
2001-11-28 13:28:23 +01:00
|
|
|
|
2002-10-20 19:45:59 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
Added p5-Net-ICQ2000-0.2.1 (PR#14569 by Shell Hung)
This module is designed to give perl scripts access to the ICQ
network and the functions provided by it, like SMS
Functions included : Connect(), Disconnect(), Set_Login_Details(),
Set_Server_And_Port(), Execute_Once(), Send_Command(), Add_Hook(),
Hook_All(), Check_Incoming(), Deal_With_FLAPs(), Send_Outgoing().
2001-11-28 13:28:23 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|