forked from Lainports/freebsd-ports
enabling a perl5 application to talk to windows machines. This is a pure Perl implementation that approximates the "net send" command on Windows. Author: Florian Greb <greb@cpan.org> WWW: http://search.cpan.org/~greb/Net-NetSend-0.12/ PR: ports/87875 Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
5 lines
265 B
Text
5 lines
265 B
Text
%%SITE_PERL%%/Net/NetSend.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/NetSend/.packlist
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/NetSend
|
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
|
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
|