39e29a143a
----------------------------------- 0.81 2015-08-05 nicholas [no changes] 0.80_50 2017-06-21 nicholas * Attempt to fix strange 1 == 1 failures on some older threaded perls.
16 lines
471 B
Makefile
16 lines
471 B
Makefile
# $NetBSD: Makefile,v 1.15 2017/08/26 05:26:08 mef Exp $
|
|
|
|
DISTNAME= Devel-Size-0.81
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-Size/
|
|
COMMENT= Perl 5 module for finding the memory usage of variables
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Devel/Size/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|