]> git.sesse.net Git - itkacl/blobdiff - perl-itkacl-2.0/Makefile.PL
Add Perl module.
[itkacl] / perl-itkacl-2.0 / Makefile.PL
diff --git a/perl-itkacl-2.0/Makefile.PL b/perl-itkacl-2.0/Makefile.PL
new file mode 100644 (file)
index 0000000..684530b
--- /dev/null
@@ -0,0 +1,8 @@
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+       NAME => 'itkacl',
+       VERSION => '2.0',
+       LIBS => '-litkacl',
+       OBJECT => 'itkacl_wrap.o',
+);