diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-07-24 13:56:29 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-07-24 13:56:29 +0000 |
commit | 421522a6ec82ede9f43555e2bfb33f58a2c21ac5 (patch) | |
tree | 74174ac812c66d2d9bff45328fb86b89157d9c3c /dev-perl/Text-Reform/Text-Reform-1.11.ebuild | |
parent | stable on x86. (diff) | |
download | gentoo-2-421522a6ec82ede9f43555e2bfb33f58a2c21ac5.tar.gz gentoo-2-421522a6ec82ede9f43555e2bfb33f58a2c21ac5.tar.bz2 gentoo-2-421522a6ec82ede9f43555e2bfb33f58a2c21ac5.zip |
Dep for DBI::Shell
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl/Text-Reform/Text-Reform-1.11.ebuild')
-rw-r--r-- | dev-perl/Text-Reform/Text-Reform-1.11.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Text-Reform/Text-Reform-1.11.ebuild b/dev-perl/Text-Reform/Text-Reform-1.11.ebuild new file mode 100644 index 000000000000..7c9f4e09a06e --- /dev/null +++ b/dev-perl/Text-Reform/Text-Reform-1.11.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Reform/Text-Reform-1.11.ebuild,v 1.1 2005/07/24 13:56:29 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Manual text wrapping and reformatting" +HOMEPAGE="http://search.cpan.org/~dconway/${P}/" +SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${P}.tar.gz" + +LICENSE="Artistic" +#LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="" + +SRC_TEST="do" |