diff options
author | minskim <minskim> | 2004-04-23 18:48:49 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-23 18:48:49 +0000 |
commit | 114f5e851f068b2334f1b89ad7283501997ab3f6 (patch) | |
tree | bb66d278fe3bb33c2077efd07a32cc59d9b75f66 /devel | |
parent | dc2d40ffcde6f4317df17bcf0e6e73ee5b78f9fb (diff) | |
download | pkgsrc-114f5e851f068b2334f1b89ad7283501997ab3f6.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-WeakRef/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-WeakRef/Makefile b/devel/p5-WeakRef/Makefile index 419f2e5d229..0982ec1ea38 100644 --- a/devel/p5-WeakRef/Makefile +++ b/devel/p5-WeakRef/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:32:56 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/23 18:48:49 minskim Exp $ DISTNAME= WeakRef-0.01 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/LUKKA/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Provide weak references in Perl -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/WeakRef/.packlist .include "../../lang/perl5/module.mk" |