1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- Convert to PEAR_AUTOINSTALL

This commit is contained in:
Martin Wilke 2013-03-15 02:32:56 +00:00
parent c836224749
commit a7781633ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314232

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: pear-OLE
# Date created: 16 March 2004
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= OLE
DISTVERSION= 1.0.0RC1
@ -13,11 +9,9 @@ MAINTAINER= pav@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"