Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/math/p5-Math-Derivative/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/math/p5-Math-Derivative/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.9 diff -u -p -r1.4 -r1.9 --- pkgsrc/math/p5-Math-Derivative/Makefile 2016/04/13 13:31:23 1.4 +++ pkgsrc/math/p5-Math-Derivative/Makefile 2019/06/30 20:16:19 1.9 @@ -1,16 +1,19 @@ -# $NetBSD: Makefile,v 1.4 2016/04/13 13:31:23 wen Exp $ +# $NetBSD: Makefile,v 1.9 2019/06/30 20:16:19 nia Exp $ -DISTNAME= Math-Derivative-0.04 +DISTNAME= Math-Derivative-1.01 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Math-Derivative +HOMEPAGE= https://metacpan.org/release/Math-Derivative COMMENT= Numeric 1st and 2nd order differentiation LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/Math/Derivative/.packlist +DEPENDS+= p5-Math-Utils>=1.10:../../math/p5-Math-Utils + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk"