diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-09 14:07:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-09 14:07:58 +0000 |
commit | 65fc18675806e2c264f53308b166974f7df8f78a (patch) | |
tree | a01cd1410064a2c35042e517571bf5a1b90b58d4 /editors | |
parent | 691d82248abf152ca3882bfa36e1eb611970693e (diff) | |
download | pkgsrc-65fc18675806e2c264f53308b166974f7df8f78a.tar.gz |
Finish git rename from scmgit to git.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-Padre-Plugin-Git/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/p5-Padre-Plugin-Git/Makefile b/editors/p5-Padre-Plugin-Git/Makefile index b278388bfd8..57489c93a30 100644 --- a/editors/p5-Padre-Plugin-Git/Makefile +++ b/editors/p5-Padre-Plugin-Git/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:40:59 wiz Exp $ -# +# $NetBSD: Makefile,v 1.8 2013/09/09 14:07:59 wiz Exp $ DISTNAME= Padre-Plugin-Git-0.03 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= editors perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} @@ -14,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Capture-Tiny>=0.03:../../devel/p5-Capture-Tiny 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_MODULE_TYPE= Module::Install::Bundled |