blob: d13a8c82c46c677c7e7160d84a6daa3b6f14b38e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.14 2012/10/31 11:17:46 asau Exp $
DISTNAME= Class-C3-0.24
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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"
|