diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 03:49:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 03:49:09 +0000 |
commit | 914d38ca989a43e5279d1974ed6e496b0010c0f4 (patch) | |
tree | 056135394f56630e088303005fe409241cd06e93 /devel/p5-ExtUtils-F77 | |
parent | 61c6f9795baa9ff7f12b8809a3307c38f7132a3a (diff) | |
download | pkgsrc-914d38ca989a43e5279d1974ed6e496b0010c0f4.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel/p5-ExtUtils-F77')
-rw-r--r-- | devel/p5-ExtUtils-F77/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-ExtUtils-F77/Makefile b/devel/p5-ExtUtils-F77/Makefile index 2d78e8ca4de..bbf8c14a393 100644 --- a/devel/p5-ExtUtils-F77/Makefile +++ b/devel/p5-ExtUtils-F77/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:32:23 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/25 03:57:37 minskim Exp $ DISTNAME= ExtUtils-F77-1.13 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl module for determining how to link Fortran and C -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/ExtUtils/F77/.packlist .include "../../lang/perl5/module.mk" |