summaryrefslogtreecommitdiff
path: root/shells/perlsh/Makefile
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2003-04-20 16:27:04 +0000
committercjep <cjep@pkgsrc.org>2003-04-20 16:27:04 +0000
commitc22003a0512ff36133f3593417e1a7996df22e20 (patch)
tree25141e6945177836b8cf8a489a329b39d7e04328 /shells/perlsh/Makefile
parentb394c27587f0ed5b073e7e44787b1dfd73965c22 (diff)
downloadpkgsrc-c22003a0512ff36133f3593417e1a7996df22e20.tar.gz
Initial import of the Perl Shell 1.8 into the NetBSD packages collection
as devel/perlsh. The Perl Shell is a shell that combines the interactive nature of a Unix shell with the power of Perl. The goal is to eventually have a fully featured shell that behaves as expected for normal shell activity. The Perl Shell will use Perl syntax and functionality for control-flow statements and other things.
Diffstat (limited to 'shells/perlsh/Makefile')
-rw-r--r--shells/perlsh/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile
new file mode 100644
index 00000000000..68035037a61
--- /dev/null
+++ b/shells/perlsh/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/04/20 16:27:04 cjep Exp $
+# Cjep: Makefile,v 1.3 2003/04/20 16:21:44 cjep Exp
+
+DISTNAME= psh-1.8
+PKGNAME= perlsh-1.8
+CATEGORIES= shells perl5
+MASTER_SITES= http://www.gregorpurdy.com/gregor/psh/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gregorpurdy.com/gregor/psh/
+COMMENT= The Perl Shell
+
+DEPENDS+= p5-Term-ReadLine>=1.12:../../devel/p5-Term-ReadLine
+
+USE_BUILDLINK2= yes
+PKG_SHELL= ${PREFIX}/bin/psh
+
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/psh/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.install.mk"
+.include "../../mk/bsd.pkg.mk"