diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
commit | 94dc65fbeccff1dc0d868dfd4949516e0eacf893 (patch) | |
tree | d583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /devel/p5-ExtUtils-F77/Makefile | |
parent | 5db9dc6826de4c5bfec1656c0935b20663fd040c (diff) | |
download | pkgsrc-94dc65fbeccff1dc0d868dfd4949516e0eacf893.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'devel/p5-ExtUtils-F77/Makefile')
-rw-r--r-- | devel/p5-ExtUtils-F77/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-ExtUtils-F77/Makefile b/devel/p5-ExtUtils-F77/Makefile index b058e96cdaf..e121cd590a6 100644 --- a/devel/p5-ExtUtils-F77/Makefile +++ b/devel/p5-ExtUtils-F77/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/26 22:08:06 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 14:38:50 wiz Exp $ DISTNAME= ExtUtils-F77-1.13 PKGNAME= p5-${DISTNAME} @@ -6,6 +6,7 @@ CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} MAINTAINER= jtb@netbsd.org +COMMENT= Perl module for determining how to link Fortran and C USE_PERL5= #defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/ExtUtils/F77/.packlist |