pkgsrc/devel/p5-POE-Component-Pluggable/Makefile
wiz a400d6edde Remove p5-constant. Included in perl since 5.004, and current CPAN version
is older than current version incuded in perl itself. No point in having
this separately as well.
2015-01-31 12:19:55 +00:00

20 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.14 2015/01/31 12:19:55 wiz Exp $
DISTNAME= POE-Component-Pluggable-1.26
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
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
PERL5_PACKLIST= auto/POE/Component/Pluggable/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"