summaryrefslogtreecommitdiff
path: root/lang/php5-perl
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-13 22:47:40 +0000
committerjoerg <joerg>2010-01-13 22:47:40 +0000
commite5b31bba80dad5087915bcbe367775788e3b7488 (patch)
tree34e129a741dbd213a6d441197c691ec5a44415d8 /lang/php5-perl
parentc221025e1dd400d8411779550c93580d791c5746 (diff)
downloadpkgsrc-e5b31bba80dad5087915bcbe367775788e3b7488.tar.gz
Doesn't work with PHP4 any longer.
Diffstat (limited to 'lang/php5-perl')
-rw-r--r--lang/php5-perl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/php5-perl/Makefile b/lang/php5-perl/Makefile
index 8dd7c265db2..a2874d2a2ba 100644
--- a/lang/php5-perl/Makefile
+++ b/lang/php5-perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/07/03 07:40:05 manu Exp $
+# $NetBSD: Makefile,v 1.2 2010/01/13 22:47:40 joerg Exp $
MODNAME= perl
PKGMODNAME= perl
@@ -10,6 +10,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --with-perl=${PREFIX}
+PHP_VERSIONS_ACCEPTED= 5
+
.include "../../lang/perl5/buildlink3.mk"
.include "../../lang/php/ext.mk"