summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-04-22 06:04:17 +0000
committerminskim <minskim@pkgsrc.org>2004-04-22 06:04:17 +0000
commitfbb35cfde61b9437ce0ab0cde27ada14ad2cb51a (patch)
tree2a5cac765f9201f76e6f18a42e84baf30129153d
parent3af33d108e8b967f9aea9379677f89f9a52a73bf (diff)
downloadpkgsrc-fbb35cfde61b9437ce0ab0cde27ada14ad2cb51a.tar.gz
Bl3ify and enable pkgviews installation.
-rw-r--r--textproc/p5-YAML/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile
index 3e956f1ac97..442cc797bf8 100644
--- a/textproc/p5-YAML/Makefile
+++ b/textproc/p5-YAML/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 15:56:20 epg Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/22 06:04:17 minskim Exp $
DISTNAME= YAML-0.35
PKGNAME= p5-${DISTNAME}
@@ -8,7 +8,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= YAML implementation for Perl
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/YAML/.packlist
.include "../../lang/perl5/module.mk"