diff options
author | jlam <jlam> | 2000-08-30 19:05:24 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-30 19:05:24 +0000 |
commit | c151c2a0e4db5452f9c8aaaf107ae514f8bb305e (patch) | |
tree | e9b1e1a9788c4509e505a4a5b29c7e37f1edf703 /lang | |
parent | 5adacd56cadc275d1c76ff2fb2f91773ffbcf68e (diff) | |
download | pkgsrc-c151c2a0e4db5452f9c8aaaf107ae514f8bb305e.tar.gz |
Note that this packages is superseded by lang/libperl.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/libperl-current/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/libperl-current/Makefile b/lang/libperl-current/Makefile index 60660a2af74..253be13ee05 100644 --- a/lang/libperl-current/Makefile +++ b/lang/libperl-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/08/29 19:33:18 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/30 19:05:24 jlam Exp $ DISTNAME= libperl-${PERL_VERSION} PERL_VERSION= 5.6.0 @@ -9,6 +9,8 @@ DISTFILES= # empty MAINTAINER= packages@netbsd.org HOMEPAGE= http://language.perl.com/index.html +IGNORE= "${PKGNAME} has been superseded by the libperl package" + USE_PERL5= # defined DEPENDS+= perl>=${PERL_VERSION}:../../lang/perl5-current |