[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / editors / p5-Padre-Plugin-Git

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

Diff for /pkgsrc/editors/p5-Padre-Plugin-Git/Makefile between version 1.1.1.1 and 1.9

version 1.1.1.1, 2010/01/16 21:42:24 version 1.9, 2014/05/29 23:36:32
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=       Padre-Plugin-Git-0.01  DISTNAME=       Padre-Plugin-Git-0.03
 PKGNAME=        p5-${DISTNAME}  PKGNAME=        p5-${DISTNAME}
   PKGREVISION=    5
 CATEGORIES=     editors perl5  CATEGORIES=     editors perl5
 MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=Padre/}  MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=Padre/}
   
Line 11  HOMEPAGE= http://search.cpan.org/dist/Pa
Line 11  HOMEPAGE= http://search.cpan.org/dist/Pa
 COMMENT=        Simple Git interface for Padre  COMMENT=        Simple Git interface for Padre
 LICENSE=        ${PERL5_LICENSE}  LICENSE=        ${PERL5_LICENSE}
   
 PKG_DESTDIR_SUPPORT=    user-destdir  
   
 DEPENDS+=       p5-Capture-Tiny>=0.03:../../devel/p5-Capture-Tiny  DEPENDS+=       p5-Capture-Tiny>=0.03:../../devel/p5-Capture-Tiny
 DEPENDS+=       p5-Padre>=0.27:../../editors/p5-Padre  DEPENDS+=       p5-Padre>=0.67:../../editors/p5-Padre
 DEPENDS+=       scmgit-base-[0-9]*:../../devel/scmgit-base  DEPENDS+=       git-base-[0-9]*:../../devel/git-base
   
 PERL5_PACKLIST=         auto/Padre/Plugin/Git/.packlist  PERL5_PACKLIST=         auto/Padre/Plugin/Git/.packlist
 PERL5_MODULE_TYPE=      Module::Install  PERL5_MODULE_TYPE=      Module::Install::Bundled
   
 #pre-configure:  #pre-configure:
 #       cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm  #       cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm

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

CVSweb <webmaster@jp.NetBSD.org>