aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Crypt_CHAP/Makefile
blob: c62e11eb1b42c2bb8cd31739a74101a7059cbd73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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

USES=		pear php
USE_PHP=	mcrypt hash

.include <bsd.port.mk>