svn commit: r314396 - head/www/pear-HTTP_Client

Martin Wilke miwi at FreeBSD.org
Sun Mar 17 05:38:48 UTC 2013


Author: miwi
Date: Sun Mar 17 05:38:47 2013
New Revision: 314396
URL: http://svnweb.freebsd.org/changeset/ports/314396

Log:
  - Convert to PEAR_AUTOINSTALL

Modified:
  head/www/pear-HTTP_Client/Makefile   (contents, props changed)

Modified: head/www/pear-HTTP_Client/Makefile
==============================================================================
--- head/www/pear-HTTP_Client/Makefile	Sun Mar 17 05:36:56 2013	(r314395)
+++ head/www/pear-HTTP_Client/Makefile	Sun Mar 17 05:38:47 2013	(r314396)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-HTTP_Client
-# Date created:		01 February 2005
-# Whom:				Joseph Scott (<joseph at randomnetworks.com>)
-#
+# Created by: Joseph Scott (<joseph at randomnetworks.com>)
 # $FreeBSD$
-#
 
 PORTNAME=	HTTP_Client
 PORTVERSION=	1.2.1
@@ -17,10 +13,7 @@ BUILD_DEPENDS=	${PEARDIR}/HTTP.php:${POR
 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"


More information about the svn-ports-head mailing list