diff options
author | sno <sno@pkgsrc.org> | 2010-01-16 18:32:32 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-16 18:32:32 +0000 |
commit | 976656f43bbd63286de96044e61ecde0c67c9699 (patch) | |
tree | 5664d4d90ac6325b9d53ff9a518ce015989699b9 /editors/p5-Padre-Plugin-Vi/Makefile | |
parent | 16e22ffbdb95dd159c547c5685ed4b8c2ca0efc8 (diff) | |
download | pkgsrc-976656f43bbd63286de96044e61ecde0c67c9699.tar.gz |
Importing editors/p5-Padre-Plugin-Vi v0.22
Once installed and enabled the user is in full vi-emulation mode, which
was partially implemented.
Diffstat (limited to 'editors/p5-Padre-Plugin-Vi/Makefile')
-rw-r--r-- | editors/p5-Padre-Plugin-Vi/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/editors/p5-Padre-Plugin-Vi/Makefile b/editors/p5-Padre-Plugin-Vi/Makefile new file mode 100644 index 00000000000..a1db5a2d95c --- /dev/null +++ b/editors/p5-Padre-Plugin-Vi/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 18:32:32 sno Exp $ +# + +DISTNAME= Padre-Plugin-Vi-0.22 +PKGNAME= p5-${DISTNAME} +CATEGORIES= editors perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Padre-Plugin-Vi/ +COMMENT= Padre plugin proving a vi keyboard +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Padre>=0.25:../../editors/p5-Padre + +PERL5_PACKLIST= auto/Padre/Plugin/Vi/.packlist +PERL5_MODULE_TYPE= Module::Install::Bundled + +pre-configure: + cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |