diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-09 16:21:41 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-09 16:21:41 +0000 |
commit | efdd6ada1c60ecdd22a21c12aad1c6dce8614900 (patch) | |
tree | 8646cf8ced6705b4493f711bb0b8b6d51524940d /net-mgmt/p5-Telnet-Cisco | |
parent | 123809c434a5e9a3c8c06720c4633a6ee3f51973 (diff) | |
download | ports-efdd6ada1c60ecdd22a21c12aad1c6dce8614900.tar.gz ports-efdd6ada1c60ecdd22a21c12aad1c6dce8614900.zip |
Notes
Diffstat (limited to 'net-mgmt/p5-Telnet-Cisco')
-rw-r--r-- | net-mgmt/p5-Telnet-Cisco/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/p5-Telnet-Cisco/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/p5-Telnet-Cisco/pkg-plist | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/net-mgmt/p5-Telnet-Cisco/Makefile b/net-mgmt/p5-Telnet-Cisco/Makefile index 8241d26fa4db..8c49ef09b7ac 100644 --- a/net-mgmt/p5-Telnet-Cisco/Makefile +++ b/net-mgmt/p5-Telnet-Cisco/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Telnet-Cisco -PORTVERSION= 1.03 +PORTVERSION= 1.09 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -14,7 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lyngbol@wheel.dk -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/net-mgmt/p5-Telnet-Cisco/distinfo b/net-mgmt/p5-Telnet-Cisco/distinfo index d829643e5ee4..a57d963c98d0 100644 --- a/net-mgmt/p5-Telnet-Cisco/distinfo +++ b/net-mgmt/p5-Telnet-Cisco/distinfo @@ -1 +1 @@ -MD5 (Net-Telnet-Cisco-1.03.tar.gz) = 8f7a018bcbe6d77b82df2a8d185542ba +MD5 (Net-Telnet-Cisco-1.09.tar.gz) = 5cdb40f91b2ceff6ee6f4bd98b42fb31 diff --git a/net-mgmt/p5-Telnet-Cisco/pkg-plist b/net-mgmt/p5-Telnet-Cisco/pkg-plist index c60aac8fb06e..9c5819955ccc 100644 --- a/net-mgmt/p5-Telnet-Cisco/pkg-plist +++ b/net-mgmt/p5-Telnet-Cisco/pkg-plist @@ -1,7 +1,11 @@ lib/perl5/site_perl/%%PERL_VER%%/Net/Telnet/Cisco.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco/.packlist +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/Telnet/Cisco/autosplit.ix @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Telnet 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/Telnet 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net/Telnet/Cisco 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net/Telnet 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net 2>/dev/null || true |