diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-17 13:38:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-17 13:38:47 +0800 |
commit | a17cc1c812c885c0932a5232418839fb66ed0d17 (patch) | |
tree | 4395ed576c296ad07590fb1609a4f37782f299d5 /www/pear-HTTP_Client | |
parent | b37efabced48f3768115a905b24fa29bd67ba37a (diff) | |
download | freebsd-ports-gnome-a17cc1c812c885c0932a5232418839fb66ed0d17.tar.gz freebsd-ports-gnome-a17cc1c812c885c0932a5232418839fb66ed0d17.tar.zst freebsd-ports-gnome-a17cc1c812c885c0932a5232418839fb66ed0d17.zip |
- Convert to PEAR_AUTOINSTALL
Diffstat (limited to 'www/pear-HTTP_Client')
-rw-r--r-- | www/pear-HTTP_Client/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/www/pear-HTTP_Client/Makefile b/www/pear-HTTP_Client/Makefile index 6eadd476b750..60dc80e45ac5 100644 --- a/www/pear-HTTP_Client/Makefile +++ b/www/pear-HTTP_Client/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-HTTP_Client -# Date created: 01 February 2005 -# Whom: Joseph Scott (<joseph@randomnetworks.com>) -# +# Created by: Joseph Scott (<joseph@randomnetworks.com>) # $FreeBSD$ -# PORTNAME= HTTP_Client PORTVERSION= 1.2.1 @@ -17,10 +13,7 @@ BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \ 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" |