svn commit: r314365 - head/www/pear-HTTP_Request
Martin Wilke
miwi at FreeBSD.org
Sat Mar 16 16:14:02 UTC 2013
Author: miwi
Date: Sat Mar 16 16:14:01 2013
New Revision: 314365
URL: http://svnweb.freebsd.org/changeset/ports/314365
Log:
- Convert to PEAR_AUTOINSTALL
Modified:
head/www/pear-HTTP_Request/Makefile (contents, props changed)
Modified: head/www/pear-HTTP_Request/Makefile
==============================================================================
--- head/www/pear-HTTP_Request/Makefile Sat Mar 16 15:49:47 2013 (r314364)
+++ head/www/pear-HTTP_Request/Makefile Sat Mar 16 16:14:01 2013 (r314365)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-HTTP_Request
-# Date created: 04 April 2004
-# Whom: Thierry Thomas (<thierry at FreeBSD.org>)
-#
+# Created by: Thierry Thomas (<thierry at FreeBSD.org>)
# $FreeBSD$
-#
PORTNAME= HTTP_Request
PORTVERSION= 1.4.4
@@ -14,12 +10,10 @@ COMMENT= PEAR classes providing an easy
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"
More information about the svn-ports-head
mailing list