# $Id: Portfile,v 1.3 2006/04/01 21:08:29 blb Exp $

PortSystem			1.0
PortGroup			perl5 1.0
perl5.setup			ExtUtils-F77 1.14
maintainers			darwinports@opendarwin.org
description			Helper for linking C with Fortran subroutines
long_description \
	ExtUtils::F77 describes to the calling perl code how to link C programs \
	with Fortran subroutines on the current system.

platforms			darwin

checksums			md5 8b25d181fdedd3cdc6d5d26b9bf94d27

depends_lib-append	bin:g77:gcc34

variant darwin {
	patchfiles-append	patch-F77.pm
}

