Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 07:09:51 +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: r314267 - head/net/pear-Net_DIME
Message-ID:  <201303150709.r2F79pwH009590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Mar 15 07:09:50 2013
New Revision: 314267
URL: http://svnweb.freebsd.org/changeset/ports/314267

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

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

Modified: head/net/pear-Net_DIME/Makefile
==============================================================================
--- head/net/pear-Net_DIME/Makefile	Fri Mar 15 07:07:16 2013	(r314266)
+++ head/net/pear-Net_DIME/Makefile	Fri Mar 15 07:09:50 2013	(r314267)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Net_DIME
-# Date created:			  05 April 2004
-# Whom:				  Thierry Thomas (<thierry@FreeBSD.org>)
-#
+# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
 # $FreeBSD$
-#
 
 PORTNAME=	Net_DIME
 PORTVERSION=	1.0.2
@@ -14,12 +10,9 @@ MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	The PEAR::Net_DIME class implements DIME encoding
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-CATEGORY=	Net
-FILES=		DIME.php
-TESTS=		dime_message_test.php dime_record_test.php
-_TESTSDIR=	test
+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?201303150709.r2F79pwH009590>