Merge branch 'staged'
[dports.git] / math / p5-Math-SymbolicX-Statistics-Distributions / Makefile
1 PORTNAME=       Math-SymbolicX-Statistics-Distributions
2 PORTVERSION=    1.02
3 PORTREVISION=   1
4 CATEGORIES=     math perl5
5 MASTER_SITES=   CPAN
6 PKGNAMEPREFIX=  p5-
7
8 MAINTAINER=     bofh@FreeBSD.org
9 COMMENT=        Statistical distributions
10 WWW=            https://metacpan.org/release/Math-SymbolicX-Statistics-Distributions
11
12 LICENSE=        ART10 GPLv1+
13 LICENSE_COMB=   dual
14
15 BUILD_DEPENDS=  ${RUN_DEPENDS}
16 RUN_DEPENDS=    p5-Math-Symbolic>=0:math/p5-Math-Symbolic \
17                 p5-Math-SymbolicX-ParserExtensionFactory>=0:math/p5-Math-SymbolicX-ParserExtensionFactory
18 TEST_DEPENDS=   p5-Test-LectroTest>=0:devel/p5-Test-LectroTest
19
20 USES=           perl5
21 USE_PERL5=      configure
22
23 .include <bsd.port.mk>