freebsd-ports/www/pear-HTTP_Request/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

18 lines
475 B
Makefile

# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
# $FreeBSD$
PORTNAME= HTTP_Request
PORTVERSION= 1.4.4
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR classes providing an easy way to perform HTTP requests
BUILD_DEPENDS= ${PEARDIR}/Net/URL.php:net/pear-Net_URL \
${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
RUN_DEPENDS= ${PEARDIR}/Net/URL.php:net/pear-Net_URL \
${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
USES= pear
.include <bsd.port.mk>