summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-05-24 13:53:00 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-05-24 13:53:00 +0000
commit982b33284f3b5e71acaabef6afd44e34f4769a65 (patch)
tree128dfcda472f1ca5dd597b852a60b669033757be /dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild
parentStable on sparc (diff)
downloadhistorical-982b33284f3b5e71acaabef6afd44e34f4769a65.tar.gz
historical-982b33284f3b5e71acaabef6afd44e34f4769a65.tar.bz2
historical-982b33284f3b5e71acaabef6afd44e34f4769a65.zip
Version bump
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild')
-rw-r--r--dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild
new file mode 100644
index 000000000000..bdba2341a878
--- /dev/null
+++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild,v 1.1 2007/05/24 13:53:00 mcummings Exp $
+
+inherit perl-module eutils
+
+DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code"
+HOMEPAGE="http://search.cpan.org/~kgb/"
+SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+DEPEND="dev-lang/perl"