aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/p5-DJabberd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/p5-DJabberd/Makefile')
-rw-r--r--net-im/p5-DJabberd/Makefile27
1 files changed, 19 insertions, 8 deletions
diff --git a/net-im/p5-DJabberd/Makefile b/net-im/p5-DJabberd/Makefile
index ca6276fc999e..892ab0557de2 100644
--- a/net-im/p5-DJabberd/Makefile
+++ b/net-im/p5-DJabberd/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= DJabberd
-PORTVERSION= 0.83
+PORTVERSION= 0.85
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:BRADFITZ
+MASTER_SITE_SUBDIR= CPAN:MART
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
@@ -26,11 +26,22 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= DJabberd.3 DJabberd::Component.3 \
- DJabberd::Component::Example.3 DJabberd::Component::External.3 \
- DJabberd::Connection::ComponentIn.3 \
- DJabberd::Connection::ComponentOut.3 \
- DJabberd::Delivery::ComponentConnection.3 \
- DJabberd::Delivery::LocalVHosts.3
+MAN3= DJabberd.3\
+ DJabberd::Agent.3\
+ DJabberd::Agent::Node.3\
+ DJabberd::Component.3\
+ DJabberd::Component::Example.3\
+ DJabberd::Component::External.3\
+ DJabberd::Component::Node.3\
+ DJabberd::Config.3\
+ DJabberd::Connection::ComponentIn.3\
+ DJabberd::Connection::ComponentOut.3\
+ DJabberd::Delivery::ComponentConnection.3\
+ DJabberd::Delivery::LocalVHosts.3\
+ DJabberd::SASL.3\
+ DJabberd::SASL::AuthenSASL.3\
+ DJabberd::SASL::Connection.3\
+ DJabberd::SASL::DumbPlain.3\
+ DJabberd::SASL::ManagerBase.3
.include <bsd.port.mk>