aboutsummaryrefslogblamecommitdiff
path: root/security/pecl-krb5/Makefile
blob: 968ce3cfc91f2d3810e14ed333d12dce9eb9b5e5 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                

                    
                     
                             



                                                
                          


                                               
                        



                                                              
# Created by: girgen@FreeBSD.org

PORTNAME=	krb5
PORTVERSION=	1.1.4
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>