diff options
Diffstat (limited to 'dev-libs/memcached-api-perl/memcached-api-perl-1.0.7.ebuild')
-rw-r--r-- | dev-libs/memcached-api-perl/memcached-api-perl-1.0.7.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-libs/memcached-api-perl/memcached-api-perl-1.0.7.ebuild b/dev-libs/memcached-api-perl/memcached-api-perl-1.0.7.ebuild new file mode 100644 index 000000000000..4cd6a9822b7e --- /dev/null +++ b/dev-libs/memcached-api-perl/memcached-api-perl-1.0.7.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/memcached-api-perl/memcached-api-perl-1.0.7.ebuild,v 1.1 2003/08/17 03:23:09 lisa Exp $ + +inherit perl-module + +DESCRIPTION="Perl API for memcached" + +HOMEPAGE="http://www.danga.com/memcached/" +SRC_URI="http://www.danga.com/memcached/dist/MemCachedClient-${PV}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" #The API is mostly harmless so there should be no objection + #To marking it arch right now. +IUSE="" +DEPEND="dev-lang/perl" + +#RDEPEND="" + +S=${WORKDIR}/MemCachedClient-${PV} +ls ${S} +src_unpack() { + unpack ${A} +} |