diff options
Diffstat (limited to 'dev-perl/GSSAPI/GSSAPI-0.24.ebuild')
-rw-r--r-- | dev-perl/GSSAPI/GSSAPI-0.24.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/GSSAPI/GSSAPI-0.24.ebuild b/dev-perl/GSSAPI/GSSAPI-0.24.ebuild new file mode 100644 index 000000000000..88b062ce33c6 --- /dev/null +++ b/dev-perl/GSSAPI/GSSAPI-0.24.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GSSAPI/GSSAPI-0.24.ebuild,v 1.1 2007/08/19 09:58:42 ian Exp $ + +inherit perl-module + +DESCRIPTION="GSSAPI - Perl extension providing access to the GSSAPIv2 library" +HOMEPAGE="http://search.cpan.org/~agrolms/${P}/" +SRC_URI="mirror://cpan/authors/id/A/AG/AGROLMS/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~x86" +IUSE="test" +SRC_TEST="do" + +DEPEND="dev-lang/perl + app-crypt/mit-krb5 + test? ( perl-core/Test-Simple )" |