blob: 7a37f38e2cc68e54350d26965e97fee4ce2e295f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.24 2015/06/12 10:48:58 wiz Exp $
DISTNAME= Class-Autouse-2.01
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Class-Autouse/
COMMENT= Run-time class loading on first method call
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils
PERL5_PACKLIST= auto/Class/Autouse/.packlist
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|