diff options
author | sno <sno@pkgsrc.org> | 2010-09-04 11:52:17 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-09-04 11:52:17 +0000 |
commit | 89d2667c6d5552394ddf3e5d690e7f44c1ed14f2 (patch) | |
tree | 42f22c6f900253d52f315dc1377c660ba7095695 /misc | |
parent | b076d88cb63b912e704217a2a59818cdcb342e74 (diff) | |
download | pkgsrc-89d2667c6d5552394ddf3e5d690e7f44c1ed14f2.tar.gz |
Locale::Maketext is newer in core since 5.10 - and the CPAN module seems
currently not maintained. Mark 1.13 broken so far.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Locale-Maketext/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/p5-Locale-Maketext/Makefile b/misc/p5-Locale-Maketext/Makefile index 33881f2ad7d..b7ba9f961b4 100644 --- a/misc/p5-Locale-Maketext/Makefile +++ b/misc/p5-Locale-Maketext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2010/08/21 16:35:18 seb Exp $ +# $NetBSD: Makefile,v 1.14 2010/09/04 11:52:17 sno Exp $ # DISTNAME= Locale-Maketext-1.13 @@ -8,6 +8,8 @@ SVR4_PKGNAME= p5lmt CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} +PKG_FAIL_REASON= "In Perl5 Core since 5.10.1" + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Locale-Maketext/ COMMENT= Perl framework for localization |