[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / p5-Math-Derivative

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/math/p5-Math-Derivative/Makefile between version 1.6 and 1.9

version 1.6, 2017/06/05 14:24:10 version 1.9, 2019/06/30 20:16:19
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       Math-Derivative-0.04  DISTNAME=       Math-Derivative-1.01
 PKGNAME=        p5-${DISTNAME}  PKGNAME=        p5-${DISTNAME}
 PKGREVISION=    2  PKGREVISION=    1
 CATEGORIES=     math perl5  CATEGORIES=     math perl5
 MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=Math/}  MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=Math/}
   
 MAINTAINER=     pkgsrc-users@NetBSD.org  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  COMMENT=        Numeric 1st and 2nd order differentiation
 LICENSE=        ${PERL5_LICENSE}  LICENSE=        ${PERL5_LICENSE}
   
 PERL5_PACKLIST= auto/Math/Derivative/.packlist  PERL5_PACKLIST= auto/Math/Derivative/.packlist
   
   DEPENDS+=       p5-Math-Utils>=1.10:../../math/p5-Math-Utils
   
 .include "../../lang/perl5/module.mk"  .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>