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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR class for generating CHAP packets
WWW=		https://pear.php.net/package/Crypt_CHAP \
		https://github.com/pear/Crypt_CHAP

LICENSE=	BSD3CLAUSE

USES=		pear
USE_PHP=	mcrypt

NO_ARCH=	yes

.include <bsd.port.mk>