2003-12-28 09:47:44 +01:00
|
|
|
# Ports collection makefile for: pear-HTTP
|
|
|
|
# Date created: 13 December 2003
|
|
|
|
# Whom: Alex Miller (<asm@asm.kiev.ua>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTTP
|
2008-09-02 16:57:01 +02:00
|
|
|
PORTVERSION= 1.4.1
|
2003-12-28 09:47:44 +01:00
|
|
|
CATEGORIES= www devel pear
|
|
|
|
|
2007-08-23 06:00:04 +02:00
|
|
|
MAINTAINER= tabthorpe@FreeBSD.org
|
2003-12-28 09:47:44 +01:00
|
|
|
COMMENT= PEAR miscellaneous HTTP utilities
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2003-12-28 09:47:44 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2004-04-14 23:55:26 +02:00
|
|
|
FILES= HTTP.php
|
|
|
|
|
2008-09-02 16:57:01 +02:00
|
|
|
TESTS= absoluteURI.inc negotiateCharset.phpt negotiateCharset2.phpt \
|
|
|
|
negotiateLanguage.phpt negotiateMimeType.phpt test1a.phpt \
|
|
|
|
test2a.phpt test3a.phpt test4a.phpt test5a.phpt test6a.phpt
|
|
|
|
|
2003-12-28 09:47:44 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2003-12-28 09:47:44 +01:00
|
|
|
.include <bsd.port.post.mk>
|