summaryrefslogtreecommitdiff
path: root/devel/p5-Expect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Expect/Makefile')
-rw-r--r--devel/p5-Expect/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/p5-Expect/Makefile b/devel/p5-Expect/Makefile
new file mode 100644
index 00000000000..c457dceb4d9
--- /dev/null
+++ b/devel/p5-Expect/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/07/16 01:04:07 thorpej Exp $
+
+DISTNAME= Expect.pm-1.07
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/}
+
+MAINTAINER= packages@netbsd.org
+
+USE_PERL5= YES
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"