002c8f3e6f
dealing with Jabber servers, implemented entirely in perl. Whilst it is small, it does try to be fairly complete for common tasks. WWW: http://search.cpan.org/dist/Jabber-Lite/ PR: ports/116056 Submitted by: Gea-Suan Lin <gslin at gslin.org>
34 lines
905 B
Makefile
34 lines
905 B
Makefile
# New ports collection makefile for: p5-Jabber-Lite
|
|
# Date created: 2007-09-03
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Jabber-Lite
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= net-im perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Jabber
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Standalone library for communicating with Jabber servers
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
|
${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \
|
|
${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Jabber::Lite.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500703
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
|
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|