diff options
author | martti <martti@pkgsrc.org> | 2001-11-28 12:28:23 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-11-28 12:28:23 +0000 |
commit | fa1a81188410af0dc247e399446b220a2d44f93c (patch) | |
tree | 9f7e203db1d16de15d31cac4f68766fb49bc6d4b /chat/p5-Net-ICQ2000/Makefile | |
parent | cb382d1f23dcbc0921964c37524e1e374cb74a54 (diff) | |
download | pkgsrc-fa1a81188410af0dc247e399446b220a2d44f93c.tar.gz |
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().
Diffstat (limited to 'chat/p5-Net-ICQ2000/Makefile')
-rw-r--r-- | chat/p5-Net-ICQ2000/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/chat/p5-Net-ICQ2000/Makefile b/chat/p5-Net-ICQ2000/Makefile new file mode 100644 index 00000000000..5c3137ace07 --- /dev/null +++ b/chat/p5-Net-ICQ2000/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/11/28 12:28:23 martti Exp $ +# + +DISTNAME= Net-ICQ2000-0.2.1 +PKGNAME= p5-${DISTNAME} +CATEGORIES= chat perl5 +MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/ + +MAINTAINER= shell@shellhung.org +HOMEPAGE= http://icq2000.phase3solutions.com/ +COMMENT= perl5 modules for the ICQv7 protocol realisation + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/ICQ2000/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" |