aboutsummaryrefslogtreecommitdiff
path: root/security/pear-File_Passwd/Makefile
blob: b3d9adb4d53a8b57fc8f2794cb32fc9471276ca4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	File_Passwd
PORTVERSION=	1.1.7
CATEGORIES=	security pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR class to manipulate many kinds of password files
WWW=		https://pear.php.net/package/File_Passwd

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@${PHP_FLAVOR}

.include <bsd.port.mk>