summaryrefslogtreecommitdiff
path: root/editors/p5-Padre-Plugin-Ecliptic/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-01-16 21:40:26 +0000
committersno <sno@pkgsrc.org>2010-01-16 21:40:26 +0000
commit7831530b89efbd9e8e2897d05fa65db040811147 (patch)
treee5184dc19dc4840b3af30284d65f250bc9ba8141 /editors/p5-Padre-Plugin-Ecliptic/Makefile
parentc5cd65dd4036b99298b944dba8f9360d0cccc9c4 (diff)
downloadpkgsrc-7831530b89efbd9e8e2897d05fa65db040811147.tar.gz
Importing editors/p5-Padre-Plugin-Ecliptic v0.19
This plugin provides Eclipse like "killer features" into Padre, like * Quick Assist * Quick Outline Access * Quick Module Access
Diffstat (limited to 'editors/p5-Padre-Plugin-Ecliptic/Makefile')
-rw-r--r--editors/p5-Padre-Plugin-Ecliptic/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/editors/p5-Padre-Plugin-Ecliptic/Makefile b/editors/p5-Padre-Plugin-Ecliptic/Makefile
new file mode 100644
index 00000000000..d6ad3c9f0a4
--- /dev/null
+++ b/editors/p5-Padre-Plugin-Ecliptic/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 21:40:26 sno Exp $
+#
+
+DISTNAME= Padre-Plugin-Ecliptic-0.19
+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-Ecliptic/
+COMMENT= Padre plugin that provides Eclipse-like useful features
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-Class-XSAccessor>=1.05:../../devel/p5-Class-XSAccessor
+DEPENDS+= p5-File-Which>=0.05:../../devel/p5-File-Which
+DEPENDS+= p5-Padre>=0.43:../../editors/p5-Padre
+
+BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.14:../../devel/p5-Locale-Msgfmt
+BUILD_DEPENDS+= p5-Test-Exception>=0.27:../../devel/p5-Test-Exception
+BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple
+BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings
+
+PERL5_PACKLIST= auto/Padre/Plugin/Ecliptic/.packlist
+PERL5_MODULE_TYPE= Module::Build
+
+#pre-configure:
+# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"