freebsd-ports/net-im/p5-Jabber-Connection/Makefile
Andrej Zverev a41069ab3b - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:53:22 +00:00

24 lines
623 B
Makefile

# New ports collection makefile for: p5-Jabber-Connection
# Date created: 01 October 2003
# Whom: Lars Eggert
#
# $FreeBSD$
#
PORTNAME= Jabber-Connection
PORTVERSION= 0.04
CATEGORIES= net-im perl5
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
PKGNAMEPREFIX= p5-
MAINTAINER= lars.eggert@gmx.net
COMMENT= Jabber Perl library for client/component connectivity
RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
PERL_CONFIGURE= yes
MAN3= Jabber::Connection.3 Jabber::NS.3 Jabber::NodeFactory.3
.include <bsd.port.mk>