diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-07-17 20:54:03 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-07-17 20:54:03 +0000 |
commit | 9e0e740c2ee596e27ab7600ef5c21373be37321f (patch) | |
tree | 34af63b28db05a001ef93e1db265eca1e9d78b64 /dev-perl/Authen-SASL/Authen-SASL-2.09.ebuild | |
parent | -r6 stable on x86. (diff) | |
download | gentoo-2-9e0e740c2ee596e27ab7600ef5c21373be37321f.tar.gz gentoo-2-9e0e740c2ee596e27ab7600ef5c21373be37321f.tar.bz2 gentoo-2-9e0e740c2ee596e27ab7600ef5c21373be37321f.zip |
Version bump upstream
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl/Authen-SASL/Authen-SASL-2.09.ebuild')
-rw-r--r-- | dev-perl/Authen-SASL/Authen-SASL-2.09.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.09.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.09.ebuild new file mode 100644 index 000000000000..fe7d91a9f690 --- /dev/null +++ b/dev-perl/Authen-SASL/Authen-SASL-2.09.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/Authen-SASL/Authen-SASL-2.09.ebuild,v 1.1 2005/07/17 20:54:03 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A Perl SASL interface" +AUTHOR="GBARR" +HOMEPAGE="http://search.cpan.org/CPAN/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/${AUTHOR}/" +SRC_URI="mirror://cpan/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/${AUTHOR}/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~amd64 ~ia64 ~s390 ~hppa ~ppc64" +IUSE="" + +SRC_TEST="do" + +export OPTIMIZE="$CFLAGS" |