aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Unit
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-10 21:58:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-10 21:58:03 +0000
commit9522fb7f2bfa68164f74d0052ec14de8f3a73aaa (patch)
tree8c9b2f7b1ca69e4600e432811a27ce0650cedc22 /devel/p5-Test-Unit
parent68f6b4caf41f6aa466ee14ca0e0f0c71d24fe745 (diff)
downloadports-9522fb7f2bfa68164f74d0052ec14de8f3a73aaa.tar.gz
ports-9522fb7f2bfa68164f74d0052ec14de8f3a73aaa.zip
Notes
Diffstat (limited to 'devel/p5-Test-Unit')
-rw-r--r--devel/p5-Test-Unit/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Test-Unit/Makefile b/devel/p5-Test-Unit/Makefile
index a3e8a0a776f2..79b1bea25ae7 100644
--- a/devel/p5-Test-Unit/Makefile
+++ b/devel/p5-Test-Unit/Makefile
@@ -39,4 +39,10 @@ MAN3= Test::Unit.3 Test::Unit::Assert.3 Test::Unit::Assertion.3 \
Test::Unit::TkTestRunner.3 Test::Unit::Tutorial.3 \
Test::Unit::UnitHarness.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Incorrect pkg-plist"
+.endif
+
+.include <bsd.port.post.mk>