diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-04-20 14:04:43 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-04-20 14:04:43 +0000 |
commit | 973af12c349d3ecd7e4ee958df89729970bf5ff2 (patch) | |
tree | f38e8ab9b92a13ef819cac0f3d8b77aa50ae27b6 /devel/p5-BS-Event/pkg-plist | |
parent | 013091a173704f6041e2e55d70775348b6b605cd (diff) | |
download | ports-973af12c349d3ecd7e4ee958df89729970bf5ff2.tar.gz ports-973af12c349d3ecd7e4ee958df89729970bf5ff2.zip |
This module was mainly written for Net::XMPP2, Net::IRC3 and BS to
provide a consistent API for registering and emitting events. Even
though I originally wrote it for those modules I relased it seperately
in case anyone may find this module useful.
WWW: http://search.cpan.org/dist/BS-Event/
PR: ports/122629
Submitted by: Gean-Suan Lin <gslin@gslin.org>
Notes
Notes:
svn path=/head/; revision=211656
Diffstat (limited to 'devel/p5-BS-Event/pkg-plist')
-rw-r--r-- | devel/p5-BS-Event/pkg-plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-BS-Event/pkg-plist b/devel/p5-BS-Event/pkg-plist new file mode 100644 index 000000000000..e2f4c9b0366a --- /dev/null +++ b/devel/p5-BS-Event/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%EXAMPLESDIR%%/simple_example +%%SITE_PERL%%/%%PERL_ARCH%%/auto/BS/Event/.packlist +%%SITE_PERL%%/BS/Event.pm +@dirrmtry %%SITE_PERL%%/BS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BS/Event +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BS +@dirrmtry %%EXAMPLESDIR%% |