summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-04-30 18:29:10 +0000
committerjlam <jlam@pkgsrc.org>2001-04-30 18:29:10 +0000
commitb1562760455e98ca11d7585f333e6038c55957d6 (patch)
treef449146ddd708c37f8331118c73dde1f7455b58c /lang
parent0535b53d5d17340fd68516dfdd6e4b0f319e7c74 (diff)
downloadpkgsrc-b1562760455e98ca11d7585f333e6038c55957d6.tar.gz
Remove libperl-current package. It's been superseded by the libperl
package, and besides, the perl5-current package was removed for the same reason.
Diffstat (limited to 'lang')
-rw-r--r--lang/libperl-current/Makefile33
-rw-r--r--lang/libperl-current/pkg/DESCR9
-rw-r--r--lang/libperl-current/pkg/PLIST2
3 files changed, 0 insertions, 44 deletions
diff --git a/lang/libperl-current/Makefile b/lang/libperl-current/Makefile
deleted file mode 100644
index cc3d9a7c9f5..00000000000
--- a/lang/libperl-current/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2001/02/17 09:07:18 agc Exp $
-
-DISTNAME= libperl-${PERL_VERSION}
-PERL_VERSION= 5.6.0
-CATEGORIES= lang devel perl5
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://language.perl.com/index.html
-COMMENT= PERL core library as a shared object
-
-IGNORE= "${PKGNAME} has been superseded by the libperl package"
-
-USE_PERL5= # defined
-DEPENDS+= perl>=${PERL_VERSION}:../../lang/perl5-current
-
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= # defined
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "NetBSD"
-.if !exists(/usr/libexec/ld.elf_so) && !exists(/usr/libexec/ld.so)
-IGNORE= ${PKGNAME} needs shared objects
-.endif
-.endif
-
-do-install: # empty
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/lang/libperl-current/pkg/DESCR b/lang/libperl-current/pkg/DESCR
deleted file mode 100644
index f8141f16d55..00000000000
--- a/lang/libperl-current/pkg/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-From the distribution README:
-
-Perl is a language that combines some of the features of C, sed, awk
-and shell. See the manual page for more hype. There are also two Nutshell
-Handbooks published by O'Reilly & Assoc. See pod/perlbook.pod
-for more information.
-
-This package is a placeholder for packages to depend upon when requiring a
-shared libperl.so.
diff --git a/lang/libperl-current/pkg/PLIST b/lang/libperl-current/pkg/PLIST
deleted file mode 100644
index ec9cdf8aee7..00000000000
--- a/lang/libperl-current/pkg/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/15 01:05:13 jlam Exp $
-@comment This file is empty.