Fixup fromcvs/togit conversion
[pkgsrcv2.git] / devel / p5-Class-C3 / Makefile
1 # $NetBSD: Makefile,v 1.11 2011/08/09 10:01:40 adam Exp $
2
3 DISTNAME=       Class-C3-0.24
4 PKGNAME=        p5-${DISTNAME}
5 CATEGORIES=     devel perl5
6 MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=Class/}
7
8 MAINTAINER=     pkgsrc-users@NetBSD.org
9 HOMEPAGE=       http://search.cpan.org/dist/Class-C3/
10 COMMENT=        Pragma to use the C3 method resolution order algortihm
11 LICENSE=        ${PERL5_LICENSE}
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 DEPENDS+=       p5-Algorithm-C3-[0-9]*:../../devel/p5-Algorithm-C3
16
17 USE_LANGUAGES=          # empty
18 PERL5_PACKLIST=         auto/Class/C3/.packlist
19
20 # As the minimum required version by pkgsrc for Perl 5 is 5.10, this
21 # package for the Perl 5 module Class::C3 does not need any dependency:
22 # it is only a stub for the CORE module mro, available since Perl
23 # version 5.9.5
24
25 .include "../../lang/perl5/module.mk"
26 .include "../../mk/bsd.pkg.mk"