diff options
author | pav <pav@FreeBSD.org> | 2004-03-06 20:20:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-06 20:20:42 +0800 |
commit | a42b482df9cda352e6edbbc227d51caa7227e63f (patch) | |
tree | 82e3c30a02b9b16daa1e503a1104add97180a252 /devel/pear/Makefile | |
parent | e8cc440111a3314b511fe7cd266bd7e919fbd4ce (diff) | |
download | freebsd-ports-graphics-a42b482df9cda352e6edbbc227d51caa7227e63f.tar.gz freebsd-ports-graphics-a42b482df9cda352e6edbbc227d51caa7227e63f.tar.zst freebsd-ports-graphics-a42b482df9cda352e6edbbc227d51caa7227e63f.zip |
Remove pear, it's misleading, obsolete metaport used in past by horde.
PR: ports/63833
Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
Diffstat (limited to 'devel/pear/Makefile')
-rw-r--r-- | devel/pear/Makefile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/devel/pear/Makefile b/devel/pear/Makefile deleted file mode 100644 index 3167dc475f1..00000000000 --- a/devel/pear/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Ports collection makefile for: pear -# Date created: Sat Nov 10, 2001 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# -# $FreeBSD$ -# - -PORTNAME= pear -PORTVERSION= ${PHP_VERSION:C/RC.//} -CATEGORIES= devel www pear -MASTER_SITES= # empty -DISTFILES= # none -EXTRACT_ONLY= # empty - -MAINTAINER= thierry@pompo.net -COMMENT= A framework and distribution system for reusable PHP components - -BUILD_DEPENDS= ${LOCALBASE}/bin/php-config:${PORTSDIR}/lang/php4 -RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ - ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \ - ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ - ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime - -NO_BUILD= yes - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/bin/php-config) -PHP_VERSION!= ${LOCALBASE}/bin/php-config --version -PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix -.else -PHP_VERSION= 4.3.2 -PHP_BASE= ${LOCALBASE} -.endif -PEARDIR= ${PHP_BASE}/share/pear - -do-install: # empty - ${DO_NADA} - -.include <bsd.port.post.mk> |