1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Convert to PEAR_AUTOINSTALL

This commit is contained in:
Martin Wilke 2013-03-17 05:38:47 +00:00
parent 73a6dfd30b
commit 6e7177ee08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314396

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: pear-HTTP_Client
# Date created: 01 February 2005
# Whom: Joseph Scott (<joseph@randomnetworks.com>)
#
# Created by: Joseph Scott (<joseph@randomnetworks.com>)
# $FreeBSD$
#
PORTNAME= HTTP_Client
PORTVERSION= 1.2.1
@ -17,10 +13,7 @@ BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
CATEGORY= HTTP
FILES= Client.php Client/CookieManager.php
EXAMPLES= link-checker.php
_EXAMPLESDIR= examples
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"