pkgsrc-wip/p5-Math-FixedPrecision/Makefile

18 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/01/04 16:51:55 shattered Exp $
#
DISTNAME= Math-FixedPrecision-0.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= geeogeegeeoh@users.sourceforge.net
COMMENT= Perl module that provides decimal math without floating point errors
DEPENDS+= p5-Math-BigInteger-*:../../math/p5-Math-BigInteger
PERL5_PACKLIST= auto/Math/FixedPrecision/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"