Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / p5-Math-SigFigs / Makefile
1 # Created by: Steve Wills <steve@mouf.net>
2 # $FreeBSD$
3
4 PORTNAME=       Math-SigFigs
5 PORTVERSION=    1.09
6 CATEGORIES=     math perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     swills@FreeBSD.org
11 COMMENT=        Do math with correct handling of significant figures
12
13 BUILD_DEPENDS=  p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
14                 p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
15 RUN_DEPENDS=    p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
16                 p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>