b73e118e8a
Math::Round is a Perl module. It supplies functions to round numbers, both positive and negative, in various ways. This may seem like an odd thing to write a whole module for, but rounding can sometimes be a little tricky, so I thought some people might find this useful.
18 lines
466 B
Makefile
18 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/04/21 17:46:39 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= Math-Round-0.06
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Math/Round/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|