21 lines
695 B
Makefile
21 lines
695 B
Makefile
# $NetBSD: Makefile,v 1.13 2014/10/09 14:06:23 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
|
|
DEPENDS+= {perl>=5.10.1,p5-constant>=1.17}:../../devel/p5-constant
|
|
|
|
PERL5_PACKLIST= auto/POE/Component/Pluggable/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|