3acec6d5f9
v1.15 released Jan 3rd, 2006 ---------------------------- * Jim Edwards f90 patch for SGI irix64 * Added version number print to the startup * Solaris patches from Diab Jerius * OSX warning patch from Doug Burke * Win32 patches from Rob - Sisyphus <kalinabears@iinet.net.au> (2005/1/25) v1.14 released Jun 15th 2001 ---------------------------- * Diab Jerius' Solaris regex patch * Tim Butler's Solaris patch * Now prints version on "use" * David Meleedy's Solaris patch? * My mix and match of all the above * Added COPYING file for Licence statement * Tim Jeness' latest Solaris patch * My own patch to make sure gcclibs are appended for g77
19 lines
541 B
Makefile
19 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.15 2007/02/27 09:12:35 wiz Exp $
|
|
|
|
DISTNAME= ExtUtils-F77-1.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ext
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-F77/
|
|
COMMENT= Perl module for determining how to link Fortran and C
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/ExtUtils/F77/.packlist
|
|
USE_LANGUAGES+= fortran
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|