diff options
Diffstat (limited to 'textproc/p5-YAML/Makefile')
-rw-r--r-- | textproc/p5-YAML/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index 83c98a84914..ece1046a15d 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2005/11/01 12:57:05 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/02/02 23:16:47 abs Exp $ -DISTNAME= YAML-0.39 +DISTNAME= YAML-0.57 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 textproc -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/I/IN/INGY/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/YAML/ |