diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-02-04 13:52:12 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-02-04 13:52:12 +0000 |
commit | 4eb9bde6f72e61cc4c206b526a582ea6e5ff95de (patch) | |
tree | 76ab60ce729c7e0271c5c924c5f0d428c2d01c77 /dev-perl/perltidy/perltidy-20031021.ebuild | |
parent | Overdue update (diff) | |
download | gentoo-2-4eb9bde6f72e61cc4c206b526a582ea6e5ff95de.tar.gz gentoo-2-4eb9bde6f72e61cc4c206b526a582ea6e5ff95de.tar.bz2 gentoo-2-4eb9bde6f72e61cc4c206b526a582ea6e5ff95de.zip |
Overdue update
Diffstat (limited to 'dev-perl/perltidy/perltidy-20031021.ebuild')
-rw-r--r-- | dev-perl/perltidy/perltidy-20031021.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/perltidy/perltidy-20031021.ebuild b/dev-perl/perltidy/perltidy-20031021.ebuild new file mode 100644 index 000000000000..3302a2c9713a --- /dev/null +++ b/dev-perl/perltidy/perltidy-20031021.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20031021.ebuild,v 1.1 2004/02/04 13:52:04 mcummings Exp $ + +inherit perl-module + +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}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc" + +DEPEND="${DEPEND}" + +mymake="/usr" |