diff options
author | erwin <erwin@FreeBSD.org> | 2003-09-05 09:19:44 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-09-05 09:19:44 +0000 |
commit | e6929a4a3f47787d169e682f04b27a663bc213cf (patch) | |
tree | 9abea4aa10af06ccb8e92e9984db87512a5d2b4a | |
parent | 771b3f41eef14a81c234fc16970d7733fbf805f4 (diff) | |
download | FreeBSD-ports-e6929a4a3f47787d169e682f04b27a663bc213cf.zip FreeBSD-ports-e6929a4a3f47787d169e682f04b27a663bc213cf.tar.gz |
Mark IGNORE for perl < 5.6.x
PR: 56479
Submitted by: bento, Mark Linimon <linimon@lonesome.com>
-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 e8d8284..be8a3ba 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> |