pkgsrc/devel/p5-Object-Pluggable/Makefile
hiramatsu b380f5f178 Import perl module Object::Pluggable into devel/p5-Object-Pluggable,
because recent versions of chat/p5-POE-Component-IRC requires this module.

Object::Pluggable is a base class for creating plugin enabled objects.
2011-10-15 17:31:38 +00:00

24 lines
675 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/10/15 17:31:38 hiramatsu Exp $
#
DISTNAME= Object-Pluggable-1.29
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Object/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Object-Pluggable/
COMMENT= Base class for creating plugin-enabled objects
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Pod-Parser>=1.36:../../textproc/p5-Pod-Parser
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Object/Pluggable/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"