diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-17 17:18:53 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-17 17:18:53 +0000 |
commit | 7a0670e698fbc8c5887fbeeb8846522727f2d116 (patch) | |
tree | 0a92a0dc13ade01459f647b3435f57668ea13663 /net-im/p5-Net-NetSend | |
parent | 5da24756361f48b3d7e327ad27328e902db8356b (diff) | |
download | ports-7a0670e698fbc8c5887fbeeb8846522727f2d116.tar.gz ports-7a0670e698fbc8c5887fbeeb8846522727f2d116.zip |
- replace BROKEN with IGNORE
(this port requires perl 5.6 or above)
Notes
Notes:
svn path=/head/; revision=151415
Diffstat (limited to 'net-im/p5-Net-NetSend')
-rw-r--r-- | net-im/p5-Net-NetSend/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/p5-Net-NetSend/Makefile b/net-im/p5-Net-NetSend/Makefile index a226ed8d71cc..a8fd30181137 100644 --- a/net-im/p5-Net-NetSend/Makefile +++ b/net-im/p5-Net-NetSend/Makefile @@ -22,7 +22,7 @@ MAN3= Net::NetSend.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -BROKEN= "Doesn't build with perl < 5.6" +IGNORE= requires perl 5.6 or above .endif .include <bsd.port.post.mk> |