diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 04:16:28 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 04:16:28 +0000 |
commit | 30251593d560130ac965e33f8651c5c2ecce1b69 (patch) | |
tree | 677ac46dec61214378f7bade89163ae4cd6a0b93 /devel/p5-AtExit | |
parent | 0a3405eaccdecdf7f5c4b202418e89d1eed98e8f (diff) | |
download | pkgsrc-30251593d560130ac965e33f8651c5c2ecce1b69.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel/p5-AtExit')
-rw-r--r-- | devel/p5-AtExit/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-AtExit/Makefile b/devel/p5-AtExit/Makefile index 3364987dc87..a5bb273140e 100644 --- a/devel/p5-AtExit/Makefile +++ b/devel/p5-AtExit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:32:04 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/25 04:16:28 minskim Exp $ # DISTNAME= AtExit-2.01 @@ -10,7 +10,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AtExit/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Provides an ANSI C style atexit() function to Perl programs -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_ARCHLIB}/auto/AtExit/.packlist .include "../../lang/perl5/module.mk" |