diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-13 09:41:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-13 09:41:13 +0000 |
commit | 7c21248ca7933bf1ae506cad77a73ba3fe5f47a4 (patch) | |
tree | 6e237f3236e35a841cc9a22c990b5a34e49032f8 /security/pear-File_SMBPasswd | |
parent | fabadfe8721c3a38a135a51d5e1f42b5f18b59e3 (diff) | |
download | ports-7c21248ca7933bf1ae506cad77a73ba3fe5f47a4.tar.gz ports-7c21248ca7933bf1ae506cad77a73ba3fe5f47a4.zip |
Notes
Diffstat (limited to 'security/pear-File_SMBPasswd')
-rw-r--r-- | security/pear-File_SMBPasswd/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/security/pear-File_SMBPasswd/Makefile b/security/pear-File_SMBPasswd/Makefile index 5f28532c8241..e44ab869a376 100644 --- a/security/pear-File_SMBPasswd/Makefile +++ b/security/pear-File_SMBPasswd/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-File_SMBPasswd -# Date created: 09 March 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= File_SMBPasswd PORTVERSION= 1.0.3 @@ -13,13 +9,10 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for managing SAMBA style password files BUILD_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP USE_PHP= mhash - -CATEGORY= File -FILES= SMBPasswd.php -EXAMPLES= smbpasswd.php smbpasswd +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |