diff options
Diffstat (limited to 'dev-perl/HTML-Mason/HTML-Mason-1.0-r1.ebuild')
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.0-r1.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.0-r1.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.0-r1.ebuild index 4c6405ea22f7..b40d69cef269 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.0-r1.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.0-r1.ebuild @@ -1,7 +1,6 @@ # 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/HTML-Mason/HTML-Mason-1.0-r1.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ - +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.0-r1.ebuild,v 1.4 2002/07/25 04:13:26 seemant Exp $ inherit perl-module @@ -10,7 +9,13 @@ DESCRIPTION="A HTML development and delivery Perl Module" SRC_URI="http://www.masonhq.com/download/${P}.tar.gz" HOMEPAGE="http://www.masonhq.com/" -DEPEND="${DEPEND} dev-perl/Time-HiRes dev-perl/MLDBM" +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86" + +DEPEND="${DEPEND} + dev-perl/Time-HiRes + dev-perl/MLDBM" mydoc="CREDITS UPGRADE" |