91a1caa242
Hope to see you back! Thank for all the work!
14 lines
289 B
Makefile
14 lines
289 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= ports@FreeBSD.org
|
|
COMMENT= PEAR class for generating CHAP packets
|
|
|
|
USES= pear
|
|
USE_PHP= mcrypt mhash
|
|
|
|
.include <bsd.port.mk>
|