mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
20 lines
353 B
Makefile
20 lines
353 B
Makefile
# Created by: girgen@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= krb5
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= security pear
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= PECL classes for PAM integration
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libkrb5support.so:security/krb5
|
|
|
|
USES= php:pecl
|
|
|
|
CONFIGURE_ARGS= --with-krb5config=${LOCALBASE}/bin/krb5-config
|
|
|
|
.include <bsd.port.mk>
|