mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
db4663d539
Sponsored by: Netzkommune GmbH
15 lines
292 B
Makefile
15 lines
292 B
Makefile
# 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>
|