pkgsrc/devel/p5-Module-Pluggable/Makefile
abs 8a87987989 Updated devel/p5-Module-Pluggable to 3.8
2008-03-16 - 3.8
    Set INSTALLDIRS correctly in Makefile.PL
    A couple of other fixups to play nicely in Core

2008-03-12 - 3.7
    Ignore editor cruft by default (Dave Rolsky and Matt Trout)
    Doc patches (Matt Trout)
    Prevent prototype mismatch warnings under Error.pm (Christopher H. Laco)
    Don't pick up the ::SUPER pseudo stash in 5.8 (Alex Vandiver)
    Make things work under VOS (Nicholas Clark and Paul Green)
    Fix warning under Devel::Cover (Brian Cassidy)
    Make tests run under Taint again
    Get rid of Build.PL
2008-05-28 21:50:24 +00:00

20 lines
565 B
Makefile

# $NetBSD: Makefile,v 1.8 2008/05/28 21:50:24 abs Exp $
#
DISTNAME= Module-Pluggable-3.8
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
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Module/Pluggable/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"