diff options
Diffstat (limited to 'dev-perl/URI/URI-1.25.ebuild')
-rw-r--r-- | dev-perl/URI/URI-1.25.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/URI/URI-1.25.ebuild b/dev-perl/URI/URI-1.25.ebuild new file mode 100644 index 000000000000..8c8405504deb --- /dev/null +++ b/dev-perl/URI/URI-1.25.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.25.ebuild,v 1.1 2003/08/20 10:02:58 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="A URI Perl Module" +SRC_URI="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/URI/${P}.tar.gz" +HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/URI/${P}.readme" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~arm" + +DEPEND="${DEPEND} + dev-perl/MIME-Base64" + +mydoc="rfc2396.txt" |