diff options
Diffstat (limited to 'net-im/p5-Net-OSCAR/Makefile')
-rw-r--r-- | net-im/p5-Net-OSCAR/Makefile | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/net-im/p5-Net-OSCAR/Makefile b/net-im/p5-Net-OSCAR/Makefile index e04bd8e..eeef678 100644 --- a/net-im/p5-Net-OSCAR/Makefile +++ b/net-im/p5-Net-OSCAR/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-OSCAR -PORTVERSION= 1.907 +PORTVERSION= 1.925 CATEGORIES= net-im perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -17,18 +17,22 @@ COMMENT= Perl extension for the AOL Instant Messenger OSCAR protocol PERL_MODBUILD= yes -MAN3= Net::OSCAR.3 \ - Net::OSCAR::Buddylist.3 \ - Net::OSCAR::Callbacks.3 \ - Net::OSCAR::Common.3 \ - Net::OSCAR::Connection.3 \ - Net::OSCAR::Connection::Chat.3 \ - Net::OSCAR::Constants.3 \ - Net::OSCAR::Screenname.3 \ - Net::OSCAR::TLV.3 \ - Net::OSCAR::Utility.3 \ - Net::OSCAR::XML.3 \ - Net::OSCAR::_BLInternal.3 +MAN3= Net::OSCAR.3 \ + Net::OSCAR::Buddylist.3 \ + Net::OSCAR::Callbacks.3 \ + Net::OSCAR::Common.3 \ + Net::OSCAR::Connection.3 \ + Net::OSCAR::Connection::Chat.3 \ + Net::OSCAR::Connection::Direct.3 \ + Net::OSCAR::Connection::Server.3 \ + Net::OSCAR::Constants.3 \ + Net::OSCAR::MethodInfo.3 \ + Net::OSCAR::Screenname.3 \ + Net::OSCAR::ServerCallbacks.3 \ + Net::OSCAR::TLV.3 \ + Net::OSCAR::Utility.3 \ + Net::OSCAR::XML.3 \ + Net::OSCAR::_BLInternal.3 .include <bsd.port.pre.mk> @@ -38,7 +42,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5- RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils .if ${PERL_LEVEL} < 500601 -IGNORE= Requires perl 5.6.1+, install lang/perl5.8 and try again +IGNORE= requires perl 5.6.1+, install lang/perl5.8 and try again .endif .endif |