bd9a285827
Upstream changes: 2.82 Sat Oct 26 12:44:52 2013 - simplify test to avoid portability woes 2.81 Sat Oct 26 11:32:31 2013 - fix failing test on Windows 2.80 Fri Oct 25 19:32:12 2013 - RT #71777: fix segfault in destructor called during global destruction (thanks, Tomas Doran) - added t/rt_71777.t
18 lines
511 B
Makefile
18 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/10/27 11:49:50 wen Exp $
|
|
|
|
DISTNAME= autobox-2.82
|
|
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"
|