Date: Mon, 13 May 2013 09:41:14 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318039 - head/security/pear-File_SMBPasswd Message-ID: <201305130941.r4D9fEp7045138@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon May 13 09:41:13 2013 New Revision: 318039 URL: http://svnweb.freebsd.org/changeset/ports/318039 Log: - Convert to PEAR_AUTOINSTALL - Trim header Modified: head/security/pear-File_SMBPasswd/Makefile (contents, props changed) Modified: head/security/pear-File_SMBPasswd/Makefile ============================================================================== --- head/security/pear-File_SMBPasswd/Makefile Mon May 13 09:40:29 2013 (r318038) +++ head/security/pear-File_SMBPasswd/Makefile Mon May 13 09:41:13 2013 (r318039) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305130941.r4D9fEp7045138>