2007-09-15 19:29:57 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2007/09/15 23:29:59 merdely Exp $
|
2004-06-26 01:07:53 -04:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= Perl module to authenticate against a Kerberos server
|
2007-01-15 12:40:09 -05:00
|
|
|
SHARED_ONLY= Yes
|
2004-06-26 01:07:53 -04:00
|
|
|
|
2007-01-15 12:40:09 -05:00
|
|
|
MODULES= cpan
|
2004-06-26 01:07:53 -04:00
|
|
|
DISTNAME= Authen-Krb5-Simple-0.31
|
2007-01-15 12:40:09 -05:00
|
|
|
CATEGORIES= security
|
2004-06-26 01:07:53 -04:00
|
|
|
|
|
|
|
MAINTAINER= Stephen Kirkham <sk@openbsd.org>
|
|
|
|
|
2007-01-15 12:40:09 -05:00
|
|
|
# Perl
|
2004-06-26 01:07:53 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-27 08:28:33 -05:00
|
|
|
WANTLIB= com_err crypto krb5
|
2004-06-26 01:07:53 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|