svn commit: r318039 - head/security/pear-File_SMBPasswd

Martin Wilke miwi at FreeBSD.org
Mon May 13 09:41:14 UTC 2013


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 at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
 # $FreeBSD$
-#
 
 PORTNAME=	File_SMBPasswd
 PORTVERSION=	1.0.3
@@ -13,13 +9,10 @@ MAINTAINER=	miwi at 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"


More information about the svn-ports-all mailing list