svn commit: r314232 - head/devel/pear-OLE
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 02:32:56 UTC 2013
Author: miwi
Date: Fri Mar 15 02:32:56 2013
New Revision: 314232
URL: http://svnweb.freebsd.org/changeset/ports/314232
Log:
- Convert to PEAR_AUTOINSTALL
Modified:
head/devel/pear-OLE/Makefile (contents, props changed)
Modified: head/devel/pear-OLE/Makefile
==============================================================================
--- head/devel/pear-OLE/Makefile Fri Mar 15 02:32:04 2013 (r314231)
+++ head/devel/pear-OLE/Makefile Fri Mar 15 02:32:56 2013 (r314232)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-OLE
-# Date created: 16 March 2004
-# Whom: Pav Lucistnik <pav at FreeBSD.org>
-#
+# Created by: Pav Lucistnik <pav at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= OLE
DISTVERSION= 1.0.0RC1
@@ -13,11 +9,9 @@ MAINTAINER= pav at FreeBSD.org
COMMENT= PEAR class for reading and writing OLE containers
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= OLE
-FILES= OLE.php PPS.php ChainedBlockStream.php \
- PPS/File.php PPS/Root.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-head
mailing list