diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-08 19:50:04 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-08 19:50:04 +0000 |
commit | f1ea8338ebf7d69381865a74f3823d71631b0984 (patch) | |
tree | 317cbdf22a5c869c34057b41dfecc3b40d9f9986 /net-im/p5-DJabberd/Makefile | |
parent | dc3b4a56acff52287854256817b54f029a4389f0 (diff) |
Notes
Diffstat (limited to 'net-im/p5-DJabberd/Makefile')
-rw-r--r-- | net-im/p5-DJabberd/Makefile | 27 |
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> |