diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-25 10:18:38 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-25 10:18:38 +0000 |
commit | 4fab0694ca4cf39d9356f50a95eed9337de387ea (patch) | |
tree | 03e60ce4d956531ed142319a68fd74870f5bd66a /dev-perl/Cache-Memcached/Cache-Memcached-1.23.ebuild | |
parent | Version bump (diff) | |
download | historical-4fab0694ca4cf39d9356f50a95eed9337de387ea.tar.gz historical-4fab0694ca4cf39d9356f50a95eed9337de387ea.tar.bz2 historical-4fab0694ca4cf39d9356f50a95eed9337de387ea.zip |
Version bump
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-perl/Cache-Memcached/Cache-Memcached-1.23.ebuild')
-rw-r--r-- | dev-perl/Cache-Memcached/Cache-Memcached-1.23.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Cache-Memcached/Cache-Memcached-1.23.ebuild b/dev-perl/Cache-Memcached/Cache-Memcached-1.23.ebuild new file mode 100644 index 000000000000..b02563d5c6cc --- /dev/null +++ b/dev-perl/Cache-Memcached/Cache-Memcached-1.23.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/Cache-Memcached-1.23.ebuild,v 1.1 2007/06/25 10:01:42 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Perl API for memcached" +HOMEPAGE="http://www.danga.com/memcached/" +SRC_URI="mirror://cpan/authors/id/B/BR/BRADFITZ/${P}.tar.gz" + +SRC_TEST="do" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86" +IUSE="" + +DEPEND="!ia64? ( dev-perl/string-crc32 ) + dev-lang/perl" +mydoc="ChangeLog README TODO" |