pkgsrc/devel/p5-POE-Component-Pluggable/Makefile
wiz 1d4465fa1c Update to 1.26, set LICENSE.
1.26  Fri Jun 25 18:35:15 BST 2010
    - Document the 'debug' parameter
    - Croak if the user does not supply the 'types' parameter
    - Fix problems with SYNOPSIS and show example plugin usage
    - Don't warn inside plugin_del
    - Don't complain about invalid eat constants when debug mode is off
    - Add irc_plugin_error event

    ( All the above by Hinrik ).
2010-09-06 11:54:34 +00:00

23 lines
742 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/09/06 11:54:34 wiz Exp $
DISTNAME= POE-Component-Pluggable-1.26
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/POE-Component-Pluggable/
COMMENT= Perl base class for creating plugin enabled POE Components
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-POE>=1.004:../../devel/p5-POE
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
DEPENDS+= p5-constant>=1.17:../../devel/p5-constant
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/POE/Component/Pluggable/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"