summaryrefslogtreecommitdiff
path: root/security/pecl-krb5/Makefile
blob: 84ca24082319ef38c181d72aaef89a28e1a6e519 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	krb5
PORTVERSION=	1.2.4
CATEGORIES=	security pear

MAINTAINER=	girgen@FreeBSD.org
COMMENT=	PECL classes for PAM integration
WWW=		https://pecl.php.net/package/krb5

LICENSE=	BSD3CLAUSE

LIB_DEPENDS=	libkrb5support.so:security/krb5

USES=		php:pecl

CONFIGURE_ARGS=	--with-krb5config=${LOCALBASE}/bin/krb5-config

.include <bsd.port.mk>