diff options
author | obache <obache> | 2011-08-14 12:38:56 +0000 |
---|---|---|
committer | obache <obache> | 2011-08-14 12:38:56 +0000 |
commit | 9d87f4261978c88d2444726c4481f3df5b47d67a (patch) | |
tree | a3a6c23173712a52db9e89924b946baf27e1bbba /editors/p5-Padre-Plugin-Vi | |
parent | 74a7e1147c88b8cfdc49ad6446607b426d49a46b (diff) | |
download | pkgsrc-9d87f4261978c88d2444726c4481f3df5b47d67a.tar.gz |
Revision bump after updating perl5 to 5.14.1.
Diffstat (limited to 'editors/p5-Padre-Plugin-Vi')
-rw-r--r-- | editors/p5-Padre-Plugin-Vi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/p5-Padre-Plugin-Vi/Makefile b/editors/p5-Padre-Plugin-Vi/Makefile index a841204d03e..ef1ffa0091c 100644 --- a/editors/p5-Padre-Plugin-Vi/Makefile +++ b/editors/p5-Padre-Plugin-Vi/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2010/08/20 19:15:28 sno Exp $ +# $NetBSD: Makefile,v 1.4 2011/08/14 12:38:58 obache Exp $ # DISTNAME= Padre-Plugin-Vi-0.23.0 PKGNAME= p5-${DISTNAME:S/.0//} +PKGREVISION= 1 CATEGORIES= editors perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} WRKSRC= ${WRKDIR}/${DISTNAME:S/.0//} |