Tweak net-im/p5-Jabber-Lite version 0.8
[dports.git] / net-im / p5-Jabber-Lite / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       Jabber-Lite
5 PORTVERSION=    0.8
6 CATEGORIES=     net-im perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     Jabber
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     gslin@gslin.org
12 COMMENT=        Standalone library for communicating with Jabber servers
13
14 RUN_DEPENDS=    p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
15                 p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
16                 p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>