summaryrefslogtreecommitdiff
path: root/textproc/p5-marisa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-marisa/Makefile')
-rw-r--r--textproc/p5-marisa/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-marisa/Makefile b/textproc/p5-marisa/Makefile
new file mode 100644
index 00000000000..265995ac824
--- /dev/null
+++ b/textproc/p5-marisa/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2014/05/24 10:21:13 obache Exp $
+#
+
+.include "../../textproc/marisa/Makefile.common"
+
+PKGNAME= p5-${DISTNAME}
+CATEGORIES+= perl5
+
+COMMENT= MARISA perl module
+
+USE_LANGUAGES= c c++
+
+CONFIGURE_DIRS= bindings/perl
+
+PERL5_PACKLIST= auto/marisa/.packlist
+
+post-extract:
+ ${RM} ${WRKSRC}/bindings/perl/sample.pl
+
+BUILDLINK_API_DEPENDS.marisa+= marisa>=${PKGVERSION_NOREV}
+.include "../../textproc/marisa/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"