aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-File_Gettext/Makefile
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2007-08-23 03:30:31 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2007-08-23 03:30:31 +0000
commitaf012007cac9646cf59cf2a5db07ff198e7ce510 (patch)
tree7054db6e1d6f1ed6ea6ede192623793443e9fd53 /sysutils/pear-File_Gettext/Makefile
parent0596ec7c32713f27525d0375dde0e455a25a8688 (diff)
downloadports-af012007cac9646cf59cf2a5db07ff198e7ce510.tar.gz
ports-af012007cac9646cf59cf2a5db07ff198e7ce510.zip
Notes
Diffstat (limited to 'sysutils/pear-File_Gettext/Makefile')
-rw-r--r--sysutils/pear-File_Gettext/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/sysutils/pear-File_Gettext/Makefile b/sysutils/pear-File_Gettext/Makefile
index 89eb268a715b..5230a1331c1b 100644
--- a/sysutils/pear-File_Gettext/Makefile
+++ b/sysutils/pear-File_Gettext/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= File_Gettext
-PORTVERSION= 0.3.3
+PORTVERSION= 0.4.0
CATEGORIES= sysutils devel pear
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= PEAR GNU Gettext file parser
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
@@ -21,12 +21,5 @@ CATEGORY= File
FILES= Gettext.php Gettext/MO.php Gettext/PO.php
.include <bsd.port.pre.mk>
-
-PHP_VERS= ${PHP_VERSION:S/.//g}
-
-.if defined(PHP_VERS) && ${PHP_VERS} < 410
-IGNORE= "You need PHP 4.1.0 or later to install PEAR::File_Gettext"
-.endif
-
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>