diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-05 09:19:44 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-05 09:19:44 +0000 |
commit | 99b72afa4bc9cb570e34e7f0ae0d0e0bba5c86e0 (patch) | |
tree | 6dc4c58a3eb6e2927e10427c8578caba46b2d165 /comms | |
parent | efc8430a33f34327f92c704b71acdfd24637c81e (diff) | |
download | ports-99b72afa4bc9cb570e34e7f0ae0d0e0bba5c86e0.tar.gz ports-99b72afa4bc9cb570e34e7f0ae0d0e0bba5c86e0.zip |
Mark IGNORE for perl < 5.6.x
PR: 56479
Submitted by: bento, Mark Linimon <linimon@lonesome.com>
Notes
Notes:
svn path=/head/; revision=88585
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Device-SerialPort/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile index e8d8284b7a77..be8a3ba6e57b 100644 --- a/comms/p5-Device-SerialPort/Makefile +++ b/comms/p5-Device-SerialPort/Makefile @@ -21,4 +21,10 @@ PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Device::SerialPort.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= "needs at least perl 5.6.1 to build" +.endif + +.include <bsd.port.post.mk> |