diff options
Diffstat (limited to 'dev-perl/perltidy/perltidy-20020425.ebuild')
-rw-r--r-- | dev-perl/perltidy/perltidy-20020425.ebuild | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/dev-perl/perltidy/perltidy-20020425.ebuild b/dev-perl/perltidy/perltidy-20020425.ebuild index 4355ca6ddc98..3e204aec4fe5 100644 --- a/dev-perl/perltidy/perltidy-20020425.ebuild +++ b/dev-perl/perltidy/perltidy-20020425.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20020425.ebuild,v 1.3 2002/07/25 04:13:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20020425.ebuild,v 1.4 2002/07/25 05:23:36 seemant Exp $ -DESCRIPTION="Perl script indenter and beautifier." -HOMEPAGE="http://perltidy.sourceforge.net/" -LICENSE="GPL-2" +inherit perl-module -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/perltidy/${P/perltidy/Perl-Tidy}.tgz" -SLOT="0" S=${WORKDIR}/${P/perltidy/Perl-Tidy} +DESCRIPTION="Perl script indenter and beautifier." +HOMEPAGE="http://perltidy.sourceforge.net/" +SRC_URI="mirror://sourceforge/perltidy/${P/perltidy/Perl-Tidy}.tgz" SLOT="0" -DEPEND=">=sys-devel/perl-5" - +LICENSE="GPL-2" +KEYWORDS="x86" -inherit perl-module +DEPEND="${DEPEND}" mymake="/usr" |