summaryrefslogtreecommitdiff
path: root/editors/p5-Padre-Plugin-Vi/Makefile
diff options
context:
space:
mode:
authorsno <sno>2010-01-16 18:32:32 +0000
committersno <sno>2010-01-16 18:32:32 +0000
commit1a3b992a1cef2ebd0f014b4479e2dc86330768e0 (patch)
tree5664d4d90ac6325b9d53ff9a518ce015989699b9 /editors/p5-Padre-Plugin-Vi/Makefile
parent4525357a50aee26ba289592595d7cab6a6345465 (diff)
downloadpkgsrc-1a3b992a1cef2ebd0f014b4479e2dc86330768e0.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/Makefile25
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"