diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-28 10:37:27 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-28 10:37:27 +0000 |
commit | 9f2aa09354046990b1903254cd414682618b3edc (patch) | |
tree | 0482363f3a71440172e9c2dc886e3c2a9dea1d7b /dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-9f2aa09354046990b1903254cd414682618b3edc.tar.gz gentoo-2-9f2aa09354046990b1903254cd414682618b3edc.tar.bz2 gentoo-2-9f2aa09354046990b1903254cd414682618b3edc.zip |
*** empty log message ***
Diffstat (limited to 'dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild')
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild new file mode 100644 index 000000000000..7216517c4db8 --- /dev/null +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild,v 1.1 2000/08/28 10:37:27 achim Exp $ + +P=ExtUtils-F77-1.13 +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="F77 Perl Module" +SRC_URI="http://cpan.valueclick.com/modules/by-module/ExtUtils/${A}" +HOMEPAGE="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.readme" + + +src_compile() { + + cd ${S} + perl Makefile.PL $PERLINSTALL + make + make test + +} + +src_install () { + + cd ${S} + make install + prepman + dodoc CHANGES README MANIFEST +} + + + + + |