diff options
author | Eric Sammer <esammer@gentoo.org> | 2004-04-10 03:40:51 +0000 |
---|---|---|
committer | Eric Sammer <esammer@gentoo.org> | 2004-04-10 03:40:51 +0000 |
commit | c9bac8768c337a7b58e873b856770419573e57ea (patch) | |
tree | 83ce87f7fc56ef15cc113f960464e23c5d4a079a /dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild | |
parent | x86 binary, just x86 & amd64 are valid, added -* and removed sparc (Manifest ... (diff) | |
download | gentoo-2-c9bac8768c337a7b58e873b856770419573e57ea.tar.gz gentoo-2-c9bac8768c337a7b58e873b856770419573e57ea.tar.bz2 gentoo-2-c9bac8768c337a7b58e873b856770419573e57ea.zip |
Initial version. Closes bug #47008.
Diffstat (limited to 'dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild')
-rw-r--r-- | dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild b/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild new file mode 100644 index 000000000000..2873b55677b0 --- /dev/null +++ b/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +inherit perl-module + +S=${WORKDIR}/NTLM-${PV} +DESCRIPTION="An NTLM authentication module" +SRC_URI="http://cpan.org/modules/by-module/Authen/NTLM-${PV}.tar.gz" +HOMEPAGE="http://cpan.org/modules/by-module/Authen/" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" + +DEPEND="${DEPEND}" +RDEPEND=">=dev-perl/MIME-Base64-3.00" + +export OPTIMIZE="$CFLAGS" + |