summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-04-26 04:44:46 +0000
committerjlam <jlam@pkgsrc.org>2004-04-26 04:44:46 +0000
commit4398b86992a1e29c064d0ee968951df58f88a845 (patch)
treedaba5e361d09c63ac1c0142130b0c79053c54fe9 /lang
parent69507ec564ff523a8fd7bd37afd6244d773cbf7b (diff)
downloadpkgsrc-4398b86992a1e29c064d0ee968951df58f88a845.tar.gz
This is a perl58 package built with threads support.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl58-thread/DESCR13
-rw-r--r--lang/perl58-thread/Makefile5
2 files changed, 18 insertions, 0 deletions
diff --git a/lang/perl58-thread/DESCR b/lang/perl58-thread/DESCR
new file mode 100644
index 00000000000..5c744ac8a41
--- /dev/null
+++ b/lang/perl58-thread/DESCR
@@ -0,0 +1,13 @@
+Perl is a high-level programming language with an eclectic heritage
+written by Larry Wall and a cast of thousands. It derives from the
+ubiquitous C programming language and to a lesser extent from sed, awk,
+the Unix shell, and at least a dozen other tools and languages. Perl's
+process, file, and text manipulation facilities make it particularly
+well-suited for tasks involving quick prototyping, system utilities,
+software tools, system management tasks, database access, graphical
+programming, networking, and world wide web programming. These strengths
+make it especially popular with system administrators and CGI script
+authors, but mathematicians, geneticists, journalists, and even managers
+also use Perl. Maybe you should, too.
+
+This package is built with threads support.
diff --git a/lang/perl58-thread/Makefile b/lang/perl58-thread/Makefile
new file mode 100644
index 00000000000..b423fb1c796
--- /dev/null
+++ b/lang/perl58-thread/Makefile
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/26 04:44:46 jlam Exp $
+
+PERL5_USE_THREADS= yes
+
+.include "../perl58/Makefile"