Mark IGNORE with perl version < 5.006.

Reported by:	pointyhat via kris
This commit is contained in:
Roman Bogorodskiy 2005-11-27 07:11:56 +00:00
parent 4fb05f7207
commit 33f69f8383
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149647

View File

@ -28,4 +28,10 @@ MAN3= Net::DBus::Tutorial.3 Net::DBus::RemoteObject.3 \
Net::DBus.3 Net::DBus::Object.3 Net::DBus::Reactor.3 \
Net::DBus::Exporter.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.006 or better
.endif
.include <bsd.port.post.mk>