1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net-im/p5-Net-Jabber/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

34 lines
1001 B
Makefile

# New ports collection makefile for: p5-Net-Jabber
# Date created: 28 Augest 2000
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= Net-Jabber
PORTVERSION= 2.0
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DIST_SUBDIR= jabber
MAINTAINER= erwin@FreeBSD.org
COMMENT= Net::Jabber provides Perl Developer access to the Jabber protocol
BUILD_DEPENDS= ${SITE_PERL}/Net/XMPP.pm:${PORTSDIR}/net-im/p5-Net-XMPP
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= 5.8.0+
MAN3= Net::Jabber.3 Net::Jabber::Client.3 Net::Jabber::Component.3 \
Net::Jabber::Data.3 Net::Jabber::Debug.3 \
Net::Jabber::Dialback.3 Net::Jabber::Dialback::Result.3 \
Net::Jabber::Dialback::Verify.3 Net::Jabber::IQ.3 \
Net::Jabber::JID.3 Net::Jabber::Key.3 Net::Jabber::Log.3 \
Net::Jabber::Message.3 Net::Jabber::Namespaces.3 \
Net::Jabber::Presence.3 Net::Jabber::Protocol.3 \
Net::Jabber::Server.3 Net::Jabber::Stanza.3 \
Net::Jabber::XDB.3
.include <bsd.port.mk>