diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-04 17:39:14 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-04 17:39:14 +0000 |
commit | 292f0fcf80ea0a91647e7ef74687789f435e9adf (patch) | |
tree | d2e54363c7c176f673ad8b41bc4ae498dcafb2bf /math/p5-AI-Perceptron | |
parent | e485b8ea42fd9547eb74ba3886182b16a3506c73 (diff) | |
download | ports-292f0fcf80ea0a91647e7ef74687789f435e9adf.tar.gz ports-292f0fcf80ea0a91647e7ef74687789f435e9adf.zip |
Notes
Diffstat (limited to 'math/p5-AI-Perceptron')
-rw-r--r-- | math/p5-AI-Perceptron/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/math/p5-AI-Perceptron/Makefile b/math/p5-AI-Perceptron/Makefile index c5cfa7a0e640..3ee00dd6c258 100644 --- a/math/p5-AI-Perceptron/Makefile +++ b/math/p5-AI-Perceptron/Makefile @@ -22,11 +22,4 @@ PERL_MODBUILD= yes MAN3= AI::Perceptron.3 -.include <bsd.port.pre.mk> - -# p5-accessors requires 5.6.0 -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or above -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |