1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/security/pear-Crypt_CHAP/Makefile
Jochen Neumeister db4663d539 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:47:34 +00:00

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>