summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Coie <rac@gentoo.org>2003-05-07 18:25:38 +0000
committerRobert Coie <rac@gentoo.org>2003-05-07 18:25:38 +0000
commit2655a17d84c188074b7aff71aaf3a1f7ec934adc (patch)
tree0eba5c361c3cb1e600a85f335690825d91eeddf8 /dev-perl/Template-Toolkit/Template-Toolkit-2.09.ebuild
parentfixed description and webpage (diff)
downloadhistorical-2655a17d84c188074b7aff71aaf3a1f7ec934adc.tar.gz
historical-2655a17d84c188074b7aff71aaf3a1f7ec934adc.tar.bz2
historical-2655a17d84c188074b7aff71aaf3a1f7ec934adc.zip
initial import
Diffstat (limited to 'dev-perl/Template-Toolkit/Template-Toolkit-2.09.ebuild')
-rw-r--r--dev-perl/Template-Toolkit/Template-Toolkit-2.09.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Template-Toolkit/Template-Toolkit-2.09.ebuild b/dev-perl/Template-Toolkit/Template-Toolkit-2.09.ebuild
new file mode 100644
index 000000000000..2df8b2b2a15f
--- /dev/null
+++ b/dev-perl/Template-Toolkit/Template-Toolkit-2.09.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Template-Toolkit/Template-Toolkit-2.09.ebuild,v 1.1 2003/05/07 18:25:36 rac Exp $
+
+inherit perl-module
+
+DESCRIPTION="The Template Toolkit"
+SRC_URI="http://www.template-toolkit.org/download/${P}.tar.gz"
+HOMEPAGE="http://www.template-toolkit.org"
+
+SLOT="0"
+LICENSE="Artistic GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+
+DEPEND="${DEPEND}
+ >=dev-perl/AppConfig-1.52"
+
+#The installer tries to install to /usr/local/tt2...,
+#and asks for user input, so we change myconf to ensure that
+# 1) make install doesn't violate the sandbox rule
+# 2) perl Makefile.pl just uses reasonable defaults, and doesn't ask for input
+myconf="${myconf} TT_PREFIX=${D}/usr/share/template-toolkit2 TT_ACCEPT='y'"