diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-02-07 12:43:21 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-02-07 12:43:21 +0000 |
commit | cca94731c02a30d3e095f90ae94bc46c23879ff3 (patch) | |
tree | bae1f1a66553c8d354757d67af8f042339cff441 /dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-0.19.ebuild | |
parent | Bug 59148 (Manifest recommit) (diff) | |
download | gentoo-2-cca94731c02a30d3e095f90ae94bc46c23879ff3.tar.gz gentoo-2-cca94731c02a30d3e095f90ae94bc46c23879ff3.tar.bz2 gentoo-2-cca94731c02a30d3e095f90ae94bc46c23879ff3.zip |
Bug 59148
Diffstat (limited to 'dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-0.19.ebuild')
-rw-r--r-- | dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-0.19.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-0.19.ebuild b/dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-0.19.ebuild new file mode 100644 index 000000000000..c55f5b3b02cf --- /dev/null +++ b/dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-0.19.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-0.19.ebuild,v 1.1 2005/02/07 12:43:21 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Interface to FedEx Ship Manager Direct" +SRC_URI="mirror://cpan/id/J/JP/JPOWERS/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/J/JP/JPOWERS/${P}.readme" + +SLOT="0" +IUSE="" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~x86" + +SRC_TEST="do" + +DEPEND="dev-perl/libwww-perl + dev-perl/Tie-StrictHash" |