pkgsrc/devel/p5-Class-C3/Makefile
wen e57bffd060 Update to 0.25
Upstream changes:
0.25 Thu, July 4, 2013
    - Drop compatibility from 5.6.2 to 5.6.0
    - Pod typo fixes (RT#77453, RT#85357)
    - Only ask for Devel::Hide on perls where it will be actually used
      (RT#81106)
    - Fix SYNOPSIS to actually be executable (RT#78327)
2013-07-15 01:25:29 +00:00

24 lines
774 B
Makefile

# $NetBSD: Makefile,v 1.16 2013/07/15 01:25:29 wen Exp $
DISTNAME= Class-C3-0.25
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Class-C3/
COMMENT= Pragma to use the C3 method resolution order algortihm
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Algorithm-C3-[0-9]*:../../devel/p5-Algorithm-C3
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Class/C3/.packlist
# As the minimum required version by pkgsrc for Perl 5 is 5.10, this
# package for the Perl 5 module Class::C3 does not need any dependency:
# it is only a stub for the CORE module mro, available since Perl
# version 5.9.5
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"