freebsd-ports/security/pear-Crypt_CHAP/Makefile
Sunpoet Po-Chuan Hsieh bad71c5491 Update distinfo and unbreak this port
- While I'm here:
  - Add USES=php
  - Fix indent

Content of tarballs are unchanged (checked against [1]).

=> Crypt_CHAP-1.5.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Crypt_CHAP-1.5.0.tgz
fetch: http://pear.php.net/get/Crypt_CHAP-1.5.0.tgz: size mismatch: expected 5549, actual 5606

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Crypt_CHAP-1.5.0.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:43:55 +00:00

14 lines
294 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= joneum@FreeBSD.org
COMMENT= PEAR class for generating CHAP packets
USES= pear php
USE_PHP= mcrypt hash
.include <bsd.port.mk>