0825a90296
Net::ICQ2000 module is designed to give perl scripts access to the ICQ network and the functions provided by it, like SMS. Note that once vicq is stable, I'll import it.
24 lines
475 B
Makefile
24 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/12/05 08:00:54 kevlo Exp $
|
|
|
|
COMMENT= "module for ICQv7 protocol realisation"
|
|
|
|
DISTNAME= Net-ICQ2000-0.2.1
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
NEED_VERSION= 1.500
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
REGRESS_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|