diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 23:27:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 23:27:10 +0000 |
commit | 07a258547ea2516d49799569cbbc225369c58a78 (patch) | |
tree | 960e4179914f6631a34fbcec73a752883a3bae8b /www | |
parent | BROKEN with perl 5.8: Does not compile (diff) |
BROKEN on perl 5.8: Broken pkg-plist
Notes
Notes:
svn path=/head/; revision=100196
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_perl2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index ad03276336dc..946546cb6529 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -35,6 +35,10 @@ MAN3= Apache::TestRequest.3 Apache::TestSmoke.3 Apache::TestRun.3 \ MAN3+= ModPerl::Config.3 Apache::TestConfig.3 .endif +.if ${PERL_LEVEL} >= 500800 +BROKEN= "Broken pkg-plist". +.endif + ## ## this port requires PERL 5.6.x or later ## |