diff options
author | jtb <jtb> | 2000-11-26 22:08:06 +0000 |
---|---|---|
committer | jtb <jtb> | 2000-11-26 22:08:06 +0000 |
commit | 5fb56ca839e50c1581bd2936f36b74d75461052b (patch) | |
tree | 0e35f893056bae5db26d7bbaa43b7aad7d25e958 /devel/p5-ExtUtils-F77 | |
parent | b89bdebefaa35008b7dbc27124bb3672d4be8f91 (diff) | |
download | pkgsrc-5fb56ca839e50c1581bd2936f36b74d75461052b.tar.gz |
Initial import of new "p5-ExtUtils-F77" package:
Perl module for determining how to link Fortran and C
Diffstat (limited to 'devel/p5-ExtUtils-F77')
-rw-r--r-- | devel/p5-ExtUtils-F77/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-ExtUtils-F77/files/md5 | 3 | ||||
-rw-r--r-- | devel/p5-ExtUtils-F77/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/p5-ExtUtils-F77/pkg/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-ExtUtils-F77/pkg/PLIST | 1 |
5 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-ExtUtils-F77/Makefile b/devel/p5-ExtUtils-F77/Makefile new file mode 100644 index 00000000000..b058e96cdaf --- /dev/null +++ b/devel/p5-ExtUtils-F77/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/11/26 22:08:06 jtb Exp $ + +DISTNAME= ExtUtils-F77-1.13 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} + +MAINTAINER= jtb@netbsd.org + +USE_PERL5= #defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/ExtUtils/F77/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" + diff --git a/devel/p5-ExtUtils-F77/files/md5 b/devel/p5-ExtUtils-F77/files/md5 new file mode 100644 index 00000000000..87bce14cfdc --- /dev/null +++ b/devel/p5-ExtUtils-F77/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/11/26 22:08:06 jtb Exp $ + +MD5 (ExtUtils-F77-1.13.tar.gz) = 71c936324740b9fb5292a2c225ce73a1 diff --git a/devel/p5-ExtUtils-F77/pkg/COMMENT b/devel/p5-ExtUtils-F77/pkg/COMMENT new file mode 100644 index 00000000000..95cf0e11652 --- /dev/null +++ b/devel/p5-ExtUtils-F77/pkg/COMMENT @@ -0,0 +1 @@ +Perl module for determining how to link Fortran and C diff --git a/devel/p5-ExtUtils-F77/pkg/DESCR b/devel/p5-ExtUtils-F77/pkg/DESCR new file mode 100644 index 00000000000..504556d7bae --- /dev/null +++ b/devel/p5-ExtUtils-F77/pkg/DESCR @@ -0,0 +1,4 @@ +This module tries to figure out how to link C programs with Fortran +subroutines on your system. Basically one must add a list of Fortran +runtime libraries. The problem is their location and name varies with +each OS/compiler combination! diff --git a/devel/p5-ExtUtils-F77/pkg/PLIST b/devel/p5-ExtUtils-F77/pkg/PLIST new file mode 100644 index 00000000000..2011e11fe8f --- /dev/null +++ b/devel/p5-ExtUtils-F77/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/26 22:08:06 jtb Exp $ |