# Created by: Antonio Carlos Venancio Junior <antonio@inf.ufsc.br>
# $FreeBSD: tags/RELEASE_11_1_0/security/pear-File_Passwd/Makefile 443316 2017-06-11 07:44:34Z sunpoet $

PORTNAME=	File_Passwd
PORTVERSION=	1.1.7
CATEGORIES=	security pear

MAINTAINER=	joneum@FreeBSD.org
COMMENT=	PEAR class to manipulate many kinds of password files

USES=		pear

OPTIONS_DEFINE=	PEAR_CRYPT_CHAP
PEAR_CRYPT_CHAP_DESC=	PEAR::Crypt_CHAP support

PEAR_CRYPT_CHAP_RUN_DEPENDS=	${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP

.include <bsd.port.mk>
