- Convert to PEAR_AUTOINSTALL

This commit is contained in:
Martin Wilke 2013-03-16 16:14:01 +00:00
parent d26540d8a3
commit 3613bf9f7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314365

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: pear-HTTP_Request
# Date created: 04 April 2004
# Whom: Thierry Thomas (<thierry@FreeBSD.org>)
#
# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
# $FreeBSD$
#
PORTNAME= HTTP_Request
PORTVERSION= 1.4.4
@ -14,12 +10,10 @@ COMMENT= PEAR classes providing an easy way to perform HTTP requests
BUILD_DEPENDS= ${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \
${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \
${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
CATEGORY= HTTP
FILES= Request.php Request/Listener.php
EXAMPLES= example.php download-progress.php
_EXAMPLESDIR= docs
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"