blob: 610f5d524b99c97ee1b9a55f0381c8ed56ca9d62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Ports collection makefile for: pear-HTTP_Client
# Date created: 01 February 2005
# Whom: Joseph Scott (<joseph@randomnetworks.com>)
#
# $FreeBSD$
#
PORTNAME= HTTP_Client
PORTVERSION= 1.2.0
CATEGORIES= www pear
MAINTAINER= joseph@randomnetworks.com
COMMENT= PEAR classes for high level HTTP requests
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTTP
FILES= Client.php Client/CookieManager.php
EXAMPLES= link-checker.php
_EXAMPLESDIR= examples
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|