The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package App::Slackeria::Plugin::FreeBSD;

use strict;
use warnings;
use 5.010;

use parent 'App::Slackeria::Plugin::Whohas';

our $VERSION = '0.12';

sub check {
	my ($self) = @_;

	return $self->run_whohas( 'FreeBSD', $self->{conf}->{name} );
}

1;

__END__

=head1 NAME

App::Slackeria::Plugin::FreeBSD - Check project version in FreeBSD

=head1 SYNOPSIS

In F<slackeria/config>

    [FreeBSD]

=head1 VERSION

version 0.12

=head1 DESCRIPTION

This plugin queries a project and its version in the latest FreeBSD version
using whohas(1).

=head1 CONFIGURATION

None.

=head1 DEPENDENCIES

whohas(1).

=head1 BUGS AND LIMITATIONS

This plugin depends entirely on the external program whohas(1).  Since it
parses its text output, there may be problems with long package names or
descriptions.

=head1 SEE ALSO

slackeria(1)

=head1 AUTHOR

Copyright (C) 2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>

=head1 LICENSE

  0. You just DO WHAT THE FUCK YOU WANT TO.