freebsd-ports/security/pecl-krb5/Makefile

20 lines
352 B
Makefile
Raw Normal View History

# Created by: girgen@FreeBSD.org
# $FreeBSD$
PORTNAME= krb5
2018-01-23 11:51:59 +01:00
PORTVERSION= 1.1.2
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>