2017-01-21 14:10:31 +01:00
|
|
|
# Created by: girgen@FreeBSD.org
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= krb5
|
2018-01-23 11:51:59 +01:00
|
|
|
PORTVERSION= 1.1.2
|
2017-01-21 14:10:31 +01:00
|
|
|
CATEGORIES= security pear
|
|
|
|
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
|
|
COMMENT= PECL classes for PAM integration
|
|
|
|
|
2017-11-02 22:41:47 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2017-01-21 14:10:31 +01:00
|
|
|
|
|
|
|
LIB_DEPENDS= libkrb5support.so:security/krb5
|
|
|
|
|
2017-04-10 17:08:47 +02:00
|
|
|
USES= php:pecl
|
2017-01-21 14:10:31 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --with-krb5config=${LOCALBASE}/bin/krb5-config
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|