Tweak security/sshblock version 1.0_1
[dports.git] / security / pear-File_SMBPasswd / Makefile
1 # Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
2 # $FreeBSD$
3
4 PORTNAME=       File_SMBPasswd
5 PORTVERSION=    1.0.3
6 CATEGORIES=     security www pear
7
8 MAINTAINER=     miwi@FreeBSD.org
9 COMMENT=        PEAR class for managing SAMBA style password files
10
11 BUILD_DEPENDS=  ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP
12 RUN_DEPENDS=    ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP
13
14 USES=   pear
15 USE_PHP=        mhash
16
17 .include <bsd.port.mk>