summaryrefslogtreecommitdiff
path: root/editors/p5-Padre-Plugin-Autoformat/Makefile
diff options
context:
space:
mode:
authorsno <sno>2010-01-16 21:33:41 +0000
committersno <sno>2010-01-16 21:33:41 +0000
commit6da14c30e99d48a20623119c30674013c35874d3 (patch)
treed44eaaa7f95d3e4f0042db78c74c37e87062574f /editors/p5-Padre-Plugin-Autoformat/Makefile
parent9f4662edfb6ffdc8be6508713956e241477c1b67 (diff)
downloadpkgsrc-6da14c30e99d48a20623119c30674013c35874d3.tar.gz
Importing editors/p5-Padre-Plugin-Autoformat v1.1.2
Padre::Plugin::Autoformat allows to reformat text within Padre using Text::Autoformat underneath.
Diffstat (limited to 'editors/p5-Padre-Plugin-Autoformat/Makefile')
-rw-r--r--editors/p5-Padre-Plugin-Autoformat/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/editors/p5-Padre-Plugin-Autoformat/Makefile b/editors/p5-Padre-Plugin-Autoformat/Makefile
new file mode 100644
index 00000000000..34af7688d9e
--- /dev/null
+++ b/editors/p5-Padre-Plugin-Autoformat/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 21:33:41 sno Exp $
+#
+
+DISTNAME= Padre-Plugin-Autoformat-1.1.2
+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-Autoformat/
+COMMENT= Reformat text within Padre
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-Module-Util-[0-9]*:../../devel/p5-Module-Util
+DEPENDS+= p5-Padre>=0.30:../../editors/p5-Padre
+DEPENDS+= p5-Text-Autoformat-[0-9]*:../../textproc/p5-Text-Autoformat
+
+PERL5_PACKLIST= auto/Padre/Plugin/Autoformat/.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"