diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-08-14 02:25:52 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-08-14 02:25:52 +0000 |
commit | bcf3cc8d98e0179e55ffd149a42bf55f31927b05 (patch) | |
tree | f824f51735ac73ab1b8492cfda1122922be76e6c /dev-perl/Authen-SASL/Authen-SASL-2.04.ebuild | |
parent | New ebuild (diff) | |
download | gentoo-2-bcf3cc8d98e0179e55ffd149a42bf55f31927b05.tar.gz gentoo-2-bcf3cc8d98e0179e55ffd149a42bf55f31927b05.tar.bz2 gentoo-2-bcf3cc8d98e0179e55ffd149a42bf55f31927b05.zip |
New ebuild
Diffstat (limited to 'dev-perl/Authen-SASL/Authen-SASL-2.04.ebuild')
-rw-r--r-- | dev-perl/Authen-SASL/Authen-SASL-2.04.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.04.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.04.ebuild new file mode 100644 index 000000000000..ef799a689191 --- /dev/null +++ b/dev-perl/Authen-SASL/Authen-SASL-2.04.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/Authen-SASL-2.04.ebuild,v 1.1 2003/08/14 02:25:48 robbat2 Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="A Perl SASL interface" +AUTHOR="GBARR" +HOMEPAGE="http://search.cpan.org/CPAN/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/${AUTHOR}/" +SRC_URI="${HOMEPAGE}/${P}.tar.gz" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86" + +export OPTIMIZE="$CFLAGS" |