pkgsrc/devel/p5-POE-Component-Pluggable/Makefile
seb bc8783053d Update p5-POE-Component-Pluggable from version 1.18 to version 1.24.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
1.24  Tue Aug 18 09:17:59 BST 2009
    - Applied patch from Jonathan Steinert to fix RT #48788

1.22  Thu Jul 23 14:12:05 BST 2009
    - Added constant 1.17 as a prereq. Versions prior to 1.03
      did not support the use constant { }; construct.

1.20  Wed Apr 29 09:27:08 BST 2009
    - Removed the crufty checks in Makefile.PL for 'weaken' support and
      required Task::Weaken instead.
    - Fixed some warnings when plugin return undef.
2009-11-21 10:51:18 +00:00

22 lines
716 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/11/21 10:51:18 seb Exp $
DISTNAME= POE-Component-Pluggable-1.24
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
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"