summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-07-30 16:37:41 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-07-30 16:37:41 +0000
commit10f35df9a7cd006caf3d90e01c15346ccc0b6bf8 (patch)
tree79966bc8d98b8600551445ac9e7242a802ce3beb /dev-perl/HTML-Template/HTML-Template-2.7.ebuild
parentremove old ebuild. (Manifest recommit) (diff)
downloadgentoo-2-10f35df9a7cd006caf3d90e01c15346ccc0b6bf8.tar.gz
gentoo-2-10f35df9a7cd006caf3d90e01c15346ccc0b6bf8.tar.bz2
gentoo-2-10f35df9a7cd006caf3d90e01c15346ccc0b6bf8.zip
new version on cpan
Diffstat (limited to 'dev-perl/HTML-Template/HTML-Template-2.7.ebuild')
-rw-r--r--dev-perl/HTML-Template/HTML-Template-2.7.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/HTML-Template/HTML-Template-2.7.ebuild b/dev-perl/HTML-Template/HTML-Template-2.7.ebuild
new file mode 100644
index 000000000000..413064f2811e
--- /dev/null
+++ b/dev-perl/HTML-Template/HTML-Template-2.7.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Template/HTML-Template-2.7.ebuild,v 1.1 2004/07/30 16:35:46 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="A Perl module to use HTML Templates"
+HOMEPAGE="http://cpan.org/modules/by-module/HTML/${P}.readme"
+SRC_URI="http://cpan.org/modules/by-module/HTML/${P}.tar.gz"
+
+LICENSE="Artistic | GPL-1 | GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~sparc ~ppc ~alpha"
+IUSE=""
+
+DEPEND="${DEPEND}"