summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Interactive/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-IO-Interactive/Makefile')
-rw-r--r--devel/p5-IO-Interactive/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/p5-IO-Interactive/Makefile b/devel/p5-IO-Interactive/Makefile
new file mode 100644
index 00000000000..b7a3037a2ab
--- /dev/null
+++ b/devel/p5-IO-Interactive/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/13 14:38:14 seb Exp $
+#
+
+DISTNAME= IO-Interactive-v0.0.3
+PKGNAME= p5-IO-Interactive-0.0.3
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/IO-Interactive/
+COMMENT= Perl 5 module prodiving utilities for interactive I/O
+
+DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/IO/Interactive/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"