from Changes: 2006-11-27 - 3.4 Make sure we don't fail taint checking when other Module::Pluggable::* modules are installed. 2006-11-24 - 3.3 Few more patches from Jos Boumans to get read for CORE 2006-11-15 - 3.2 Remove Class::Inspector dependency and inline code Prepare for assimilation into CORE 2006-07-11 - 3.1 Force Test::More version to be latest which stops it trampling on $_ Use Class::Inspector tests to check to see Package is loaded thus preventing incompatability problems introduced by last patch.
18 lines
531 B
Makefile
18 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/12/08 14:58:15 obache Exp $
|
|
#
|
|
|
|
DISTNAME= Module-Pluggable-3.4
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mpl
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-Pluggable/
|
|
COMMENT= Perl 5 module for automatically adding the ability to have plugins to modules
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Module/Pluggable/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|