03a88d2412
The Authen::Krb5::Simple module provides a means to authenticate a user/password using Kerberose 5. Simply use this module and call its authenticate function with a username (or user@KRB_REALM) and a password. OK - pval
22 lines
476 B
Makefile
22 lines
476 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/06/26 05:07:53 sk Exp $
|
|
|
|
COMMENT= "Perl module to authenticate against a Kerberos server"
|
|
|
|
DISTNAME= Authen-Krb5-Simple-0.31
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
|
|
MAINTAINER= Stephen Kirkham <sk@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|