2013-09-11 10:15:53 +02:00
|
|
|
# Created by: Lars Eggert
|
2003-10-02 09:14:17 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Jabber-Connection
|
|
|
|
PORTVERSION= 0.04
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2005-11-09 08:48:19 +01:00
|
|
|
CATEGORIES= net-im perl5
|
2006-06-03 00:07:32 +02:00
|
|
|
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
|
2003-10-02 09:14:17 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-01-19 01:56:11 +01:00
|
|
|
MAINTAINER= lars.eggert@gmx.net
|
2003-10-02 09:14:17 +02:00
|
|
|
COMMENT= Jabber Perl library for client/component connectivity
|
|
|
|
|
2012-06-30 16:53:22 +02:00
|
|
|
RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
|
|
|
BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
|
2003-10-02 09:14:17 +02:00
|
|
|
|
2013-09-11 10:15:53 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2003-10-02 09:14:17 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|