summaryrefslogtreecommitdiff
path: root/security/pear-File_SMBPasswd/Makefile
blob: 4e149fe6c1922d187fab2cf93e4f93cf39030ca4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	File_SMBPasswd
PORTVERSION=	1.0.3
CATEGORIES=	security www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR class for managing SAMBA style password files
WWW=		https://pear.php.net/package/File_SMBPasswd \
		https://github.com/pear/File_SMBPasswd

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Crypt_CHAP>=1.0.0:security/pear-Crypt_CHAP@${PHP_FLAVOR}

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>