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.1 retrieving revision 1.8 diff -u -p -r1.1 -r1.8 --- pkgsrc/math/p5-Math-Derivative/Makefile 2014/02/20 11:26:20 1.1 +++ pkgsrc/math/p5-Math-Derivative/Makefile 2018/08/22 09:45:38 1.8 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2014/02/20 11:26:20 fhajny Exp $ +# $NetBSD: Makefile,v 1.8 2018/08/22 09:45:38 wiz Exp $ -DISTNAME= Math-Derivative-0.01 +DISTNAME= Math-Derivative-1.01 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} @@ -12,5 +13,7 @@ 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"