Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 12:57:22 +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: r314300 - head/textproc/pear-Spreadsheet_Excel_Writer
Message-ID:  <201303151257.r2FCvNDi016765@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Mar 15 12:57:22 2013
New Revision: 314300
URL: http://svnweb.freebsd.org/changeset/ports/314300

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/textproc/pear-Spreadsheet_Excel_Writer/Makefile   (contents, props changed)

Modified: head/textproc/pear-Spreadsheet_Excel_Writer/Makefile
==============================================================================
--- head/textproc/pear-Spreadsheet_Excel_Writer/Makefile	Fri Mar 15 12:50:04 2013	(r314299)
+++ head/textproc/pear-Spreadsheet_Excel_Writer/Makefile	Fri Mar 15 12:57:22 2013	(r314300)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Spreadsheet_Excel_Writer
-# Date created:			  16 March 2004
-# Whom:				  Pav Lucistnik <pav@FreeBSD.org>
-#
+# Created by: Pav Lucistnik <pav@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Spreadsheet_Excel_Writer
 PORTVERSION=	0.9.2
@@ -12,14 +8,10 @@ CATEGORIES=	textproc www pear
 MAINTAINER=	pav@FreeBSD.org
 COMMENT=	PEAR class for writing Microsoft Excel files
 
-BUILD_DEPENDS=	${PEARDIR}/OLE/OLE.php:${PORTSDIR}/devel/pear-OLE \
+BUILD_DEPENDS=	${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE \
+		${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+RUN_DEPENDS=	${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE \
 		${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-
-FILES=		Spreadsheet/Excel/Writer.php Spreadsheet/Excel/Writer/BIFFwriter.php \
-		Spreadsheet/Excel/Writer/Format.php Spreadsheet/Excel/Writer/Parser.php \
-		Spreadsheet/Excel/Writer/Validator.php Spreadsheet/Excel/Writer/Workbook.php \
-		Spreadsheet/Excel/Writer/Worksheet.php
 
 .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?201303151257.r2FCvNDi016765>