Tweak security/rubygem-net-ssh27 version 2.7.0,2
[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 USE_PHP=        mhash
15 PEAR_AUTOINSTALL=       yes
16
17 .include <bsd.port.pre.mk>
18 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
19 .include <bsd.port.post.mk>