2020-08-31 20:06:29 +02:00
|
|
|
# $NetBSD: Makefile,v 1.11 2020/08/31 18:10:14 wiz Exp $
|
2014-02-20 12:26:20 +01:00
|
|
|
|
2017-08-17 15:58:21 +02:00
|
|
|
DISTNAME= Math-Derivative-1.01
|
2014-02-20 12:26:20 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2020-08-31 20:06:29 +02:00
|
|
|
PKGREVISION= 3
|
2014-02-20 12:26:20 +01:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-06-30 22:14:13 +02:00
|
|
|
HOMEPAGE= https://metacpan.org/release/Math-Derivative
|
2014-02-20 12:26:20 +01:00
|
|
|
COMMENT= Numeric 1st and 2nd order differentiation
|
|
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
|
|
|
|
PERL5_PACKLIST= auto/Math/Derivative/.packlist
|
|
|
|
|
2017-08-17 15:58:21 +02:00
|
|
|
DEPENDS+= p5-Math-Utils>=1.10:../../math/p5-Math-Utils
|
|
|
|
|
2014-02-20 12:26:20 +01:00
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|