mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
5be1f601fe
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => File_Passwd-1.1.7.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/File_Passwd-1.1.7.tgz fetch: http://pear.php.net/get/File_Passwd-1.1.7.tgz: size mismatch: expected 24140, actual 24547 Reference: https://people.FreeBSD.org/~sunpoet/checksum/File_Passwd-1.1.7.tgz [1] Approved by: portmgr (blanket)
19 lines
440 B
Makefile
19 lines
440 B
Makefile
# Created by: Antonio Carlos Venancio Junior <antonio@inf.ufsc.br>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File_Passwd
|
|
PORTVERSION= 1.1.7
|
|
CATEGORIES= security pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR class to manipulate many kinds of password files
|
|
|
|
USES= pear
|
|
|
|
OPTIONS_DEFINE= PEAR_CRYPT_CHAP
|
|
PEAR_CRYPT_CHAP_DESC= PEAR::Crypt_CHAP support
|
|
|
|
PEAR_CRYPT_CHAP_RUN_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP
|
|
|
|
.include <bsd.port.mk>
|