2014-05-30 01:35:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.19 2014/05/29 23:35:19 wiz 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}
|
2014-05-30 01:35:13 +02:00
|
|
|
PKGREVISION= 8
|
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
|
2007-11-18 11:23:22 +01:00
|
|
|
MASTER_SITES= http://gonzo.kiev.ua/projects/vicq.old/
|
|
|
|
# ${MASTER_SITE_SOURCEFORGE:=neticq2k/}
|
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
|
|
|
|
2007-09-30 19:45:23 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-11-18 11:23:22 +01:00
|
|
|
HOMEPAGE= http://gonzo.kiev.ua/projects/vicq.old/
|
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
|
|
|
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= 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"
|