0.07 Fri Jan 2 10:35:47 2015 - Perl 5.22 exports POSIX::round, so "use POSIX" had to be changed to "use POSIX ()". Thanks to Jarkko Hietaniemi and Slaven Rezic for the tip.
15 lines
421 B
Makefile
15 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/01/04 12:22:07 wiz Exp $
|
|
|
|
DISTNAME= Math-Round-0.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Math-Round/
|
|
COMMENT= Perl extension for rounding numbers
|
|
|
|
PERL5_PACKLIST= auto/Math/Round/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|