aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Download/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/pear-HTTP_Download/Makefile')
-rw-r--r--www/pear-HTTP_Download/Makefile18
1 files changed, 1 insertions, 17 deletions
diff --git a/www/pear-HTTP_Download/Makefile b/www/pear-HTTP_Download/Makefile
index fcc047f23858..05971a5bf2d8 100644
--- a/www/pear-HTTP_Download/Makefile
+++ b/www/pear-HTTP_Download/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= HTTP_Download
-DISTVERSION= 1.0.0RC6
+PORTVERSION= 1.0.0
CATEGORIES= www devel pear
MAINTAINER= antonio@php.net
@@ -15,26 +15,10 @@ COMMENT= PEAR class to send HTTP downloads
BUILD_DEPENDS= ${PEARDIR}/HTTP/Header.php:${PORTSDIR}/www/pear-HTTP_Header
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_PHP= yes
-
-LATEST_LINK= pear-HTTP_Download
-OPTIONS= PEAR_ARCHIVE_TAR "PEAR::Archive_Tar support" off
-
CATEGORY= HTTP
FILES= Download.php Download/PgLOB.php Download/Archive.php
TESTS= send.php testcase.php data.txt
-.if defined(WITH_PEAR_ARCHIVE_TAR)
-RUN_DEPENDS+= ${PEARDIR}/Archive/Tar.php:${PORTSDIR}/archivers/pear-Archive_Tar
-.endif
-
.include <bsd.port.pre.mk>
-
-PHP_VERS= ${PHP_VERSION:S/.//g}
-
-.if defined(PHP_VERS) && ${PHP_VERS} < 420
-IGNORE= "You need PHP 4.2.0 or later to install PEAR::HTTP_Download"
-.endif
-
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>