Lines 6-25
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Net-Jabber |
8 |
PORTNAME= Net-Jabber |
9 |
PORTVERSION= 1.30 |
9 |
PORTVERSION= 2.0 |
10 |
CATEGORIES= net perl5 |
10 |
CATEGORIES= net perl5 |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
12 |
MASTER_SITE_SUBDIR= Net |
12 |
MASTER_SITE_SUBDIR= Net |
13 |
PKGNAMEPREFIX= p5- |
13 |
PKGNAMEPREFIX= p5- |
14 |
DIST_SUBDIR= jabber |
14 |
DIST_SUBDIR= jabber |
15 |
|
15 |
|
16 |
MAINTAINER= erwin@FreeBSD.org |
16 |
MAINTAINER= erwin@FreeBSD.org |
17 |
COMMENT= Net::Jabber provide a Perl Developer access to the Jabber protocol |
17 |
COMMENT= Net::Jabber provides Perl Developer access to the Jabber protocol |
18 |
|
18 |
|
19 |
BUILD_DEPENDS= ${SITE_PERL}/XML/Stream.pm:${PORTSDIR}/textproc/p5-XML-Stream \ |
19 |
BUILD_DEPENDS= ${SITE_PERL}/Net/XMPP.pm:${PORTSDIR}/net/p5-Net-XMPP |
20 |
${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ |
|
|
21 |
${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ |
22 |
${SITE_PERL}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time-modules |
23 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
20 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
24 |
|
21 |
|
25 |
PERL_CONFIGURE= yes |
22 |
PERL_CONFIGURE= yes |
Lines 31-43
Link Here
|
31 |
Net::Jabber::JID.3 Net::Jabber::Key.3 Net::Jabber::Log.3 \ |
28 |
Net::Jabber::JID.3 Net::Jabber::Key.3 Net::Jabber::Log.3 \ |
32 |
Net::Jabber::Message.3 Net::Jabber::Namespaces.3 \ |
29 |
Net::Jabber::Message.3 Net::Jabber::Namespaces.3 \ |
33 |
Net::Jabber::Presence.3 Net::Jabber::Protocol.3 \ |
30 |
Net::Jabber::Presence.3 Net::Jabber::Protocol.3 \ |
34 |
Net::Jabber::Query.3 Net::Jabber::Server.3 Net::Jabber::X.3 \ |
31 |
Net::Jabber::Server.3 Net::Jabber::Stanza.3 \ |
35 |
Net::Jabber::XDB.3 |
32 |
Net::Jabber::XDB.3 |
36 |
|
33 |
|
37 |
.include <bsd.port.pre.mk> |
34 |
.include <bsd.port.pre.mk> |
38 |
|
35 |
|
39 |
.if ${PERL_LEVEL} < 500600 |
36 |
.if ${PERL_LEVEL} < 500600 |
40 |
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again |
37 |
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again |
41 |
.endif |
38 |
.endif |
42 |
|
39 |
|
43 |
.include <bsd.port.post.mk> |
40 |
.include <bsd.port.post.mk> |