Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2013 15:01: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: r319668 - head/net/pear-Net_LDAP
Message-ID:  <201306021501.r52F1EQr015993@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Jun  2 15:01:14 2013
New Revision: 319668
URL: http://svnweb.freebsd.org/changeset/ports/319668

Log:
  - Convert to PEAR_AUTOINSTALL

Modified:
  head/net/pear-Net_LDAP/Makefile   (contents, props changed)

Modified: head/net/pear-Net_LDAP/Makefile
==============================================================================
--- head/net/pear-Net_LDAP/Makefile	Sun Jun  2 15:00:30 2013	(r319667)
+++ head/net/pear-Net_LDAP/Makefile	Sun Jun  2 15:01:14 2013	(r319668)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Net_LDAP
-# Date created:			  26 June 2004
-# Whom:				  Gerrit Beine (<tux@pinguru.net>)
-#
+# Created by: Gerrit Beine (<tux@pinguru.net>)
 # $FreeBSD$
-#
 
 PORTNAME=	Net_LDAP
 DISTVERSION=	1.1.5
@@ -14,27 +10,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	OO interface for searching and manipulating LDAP-entries
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-USE_PHP=	ldap
-CATEGORY=	Net
-FILES=		LDAP.php LDAP/LDIF.php \
-		LDAP/Entry.php LDAP/Filter.php LDAP/RootDSE.php \
-		LDAP/Schema.php LDAP/Search.php LDAP/Util.php
-DOCS=		README.txt RootDSE.txt Schema.txt utf8.txt manual.html
-_DOCSDIR=	doc
-TESTS=		AllTests.php Net_LDAPTest.php \
-		Net_LDAP_EntryTest.php Net_LDAP_FilterTest.php \
-		Net_LDAP_RootDSETest.php Net_LDAP_SearchTest.php \
-		Net_LDAP_UtilTest.php Net_LDAP_LDIFTest.php \
-		ldapconfig.ini.dist ldapldifconfig.ini.dist \
-		ldif_data/changes.ldif ldif_data/malformed_encoding.ldif \
-		ldif_data/malformed_syntax.ldif ldif_data/malformed_wrapping.ldif \
-		ldif_data/sorted_w40.ldif ldif_data/sorted_w50.ldif \
-		ldif_data/unsorted_w30.ldif ldif_data/unsorted_w50.ldif
-EXAMPLES=	add_entry.php connecting.php fetch_entry.php \
-		modify_entry.php modify_entry2.php search_entries.php
-_EXAMPLESDIR=	doc/examples
+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?201306021501.r52F1EQr015993>