summaryrefslogtreecommitdiff
path: root/lang/perl58-thread
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-11-25 22:02:49 +0000
committerjlam <jlam@pkgsrc.org>2004-11-25 22:02:49 +0000
commitb0427900c82e3ba633b145fe510ed03552b5d34e (patch)
tree0b99f0bca41418495bdcbc76b966151e3ed1cefe /lang/perl58-thread
parentda7546fb87bbf4836639fecac227efe12809675f (diff)
downloadpkgsrc-b0427900c82e3ba633b145fe510ed03552b5d34e.tar.gz
Perl is all about loadable perl modules, so include dlopen.buildlink3.mk.
If we include pthread.buildlink3.mk, then build with Perl ithreads support. Bump the PKGREVISION. Nuke the perl58-thread package. The perl package can now be forcibly built with thread support by setting PERL5_USE_THREADS to "yes".
Diffstat (limited to 'lang/perl58-thread')
-rw-r--r--lang/perl58-thread/DESCR13
-rw-r--r--lang/perl58-thread/Makefile10
2 files changed, 0 insertions, 23 deletions
diff --git a/lang/perl58-thread/DESCR b/lang/perl58-thread/DESCR
deleted file mode 100644
index 5c744ac8a41..00000000000
--- a/lang/perl58-thread/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-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
deleted file mode 100644
index b8892270aa6..00000000000
--- a/lang/perl58-thread/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2004/05/08 21:16:53 snj Exp $
-
-PERL5_USE_THREADS= yes
-
-DISTINFO_FILE= ${.CURDIR}/../../lang/perl58/distinfo
-PATCHDIR= ${.CURDIR}/../../lang/perl58/patches
-MESSAGE_SRC= ${.CURDIR}/../../lang/perl58/MESSAGE
-PLIST_SRC= ${.CURDIR}/../../lang/perl58/PLIST
-
-.include "../../lang/perl58/Makefile"