Tweak security/libp11 version 0.4.0
[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=     ports@FreeBSD.org
9 COMMENT=        PEAR class for managing SAMBA style password files
10
11 BUILD_DEPENDS=  ${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP
12 RUN_DEPENDS=    ${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP
13
14 USES=   pear
15 USE_PHP=        hash
16
17 .include <bsd.port.mk>