summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-05-15 19:18:47 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-05-15 19:18:47 +0000
commit936d6aa34883a238352ade6b091324f33e43514a (patch)
treeda00b338e3b77a3e0b4a1c56fcbe8eac0e350cef /dev-perl/perltidy/perltidy-20020425.ebuild
parentWhoops, want to create "main-devlist.xml". (diff)
downloadgentoo-2-936d6aa34883a238352ade6b091324f33e43514a.tar.gz
gentoo-2-936d6aa34883a238352ade6b091324f33e43514a.tar.bz2
gentoo-2-936d6aa34883a238352ade6b091324f33e43514a.zip
Initial ebuild. Closes #2233.
Diffstat (limited to 'dev-perl/perltidy/perltidy-20020425.ebuild')
-rw-r--r--dev-perl/perltidy/perltidy-20020425.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/perltidy/perltidy-20020425.ebuild b/dev-perl/perltidy/perltidy-20020425.ebuild
new file mode 100644
index 000000000000..b6c70e05a375
--- /dev/null
+++ b/dev-perl/perltidy/perltidy-20020425.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2000 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.1 2002/05/15 19:18:47 agenkin Exp $
+
+DESCRIPTION="Perl script indenter and beautifier."
+HOMEPAGE="http://perltidy.sourceforge.net/"
+LICENSE="GPL-2"
+
+SRC_URI="http://unc.dl.sourceforge.net/sourceforge/perltidy/${P/perltidy/Perl-Tidy}.tgz"
+S=${WORKDIR}/${P/perltidy/Perl-Tidy}
+
+DEPEND=">=sys-devel/perl-5"
+
+. /usr/portage/eclass/inherit.eclass || die
+inherit perl-module
+
+mymake="/usr"