aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Crypt_CHAP/Makefile
blob: 608f9e4d49995a05430b462cda44c4d16550c207 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$

PORTNAME=	Crypt_CHAP
PORTVERSION=	1.5.0
CATEGORIES=	security www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PEAR class for generating CHAP packets

USES=		pear php
USE_PHP=	mcrypt hash

.include <bsd.port.mk>