diff options
author | 2003-08-14 02:25:48 +0000 | |
---|---|---|
committer | 2003-08-14 02:25:48 +0000 | |
commit | ce6b950065efb32b5e28050b04daea8c295aefed (patch) | |
tree | 26936f5e5fa879c69456942fc11dd8cb1219834f /dev-perl/Authen-SASL/Authen-SASL-2.04.ebuild | |
parent | New ebuild (diff) | |
download | historical-ce6b950065efb32b5e28050b04daea8c295aefed.tar.gz historical-ce6b950065efb32b5e28050b04daea8c295aefed.tar.bz2 historical-ce6b950065efb32b5e28050b04daea8c295aefed.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" |