-------------- 2.83 Sun Feb 1 21:34:01 2015 - RT #100247: fix assertion failures on 5.21.x perls with -DDEBUGGING (thanks, ilmari and Father Chrysostomos) - RT #100717: don't hide autobox::universal from PAUSE (thanks, ppisar) - RT #89754: INSTALLDIRS fix (thanks, Kent Fredric)
18 lines
511 B
Makefile
18 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/02/18 12:29:25 mef Exp $
|
|
|
|
DISTNAME= autobox-2.83
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autobox/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/autobox/
|
|
COMMENT= Perl 5 module to add methods on native types
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/autobox/.packlist
|
|
|
|
DEPENDS+= p5-Scope-Guard>=0.20:../../devel/p5-Scope-Guard
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|