diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 07:37:30 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 07:37:30 +0000 |
commit | 96a8400365dd610931d8c103e2fa8f170c893768 (patch) | |
tree | 44e75a2a9c4415c404e7d59a2ef9274aa03b6598 /devel/p5-Module-Build-Convert | |
parent | 9573ee4bed4ff7d26541e38d99801fd79cf3ce6c (diff) | |
download | ports-96a8400365dd610931d8c103e2fa8f170c893768.tar.gz ports-96a8400365dd610931d8c103e2fa8f170c893768.zip |
- remove ".if ${PERL_LEVEL} < 500600..." stuff
Notes
Notes:
svn path=/head/; revision=191267
Diffstat (limited to 'devel/p5-Module-Build-Convert')
-rw-r--r-- | devel/p5-Module-Build-Convert/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/p5-Module-Build-Convert/Makefile b/devel/p5-Module-Build-Convert/Makefile index e09e1f3b9bf3..828553305b5f 100644 --- a/devel/p5-Module-Build-Convert/Makefile +++ b/devel/p5-Module-Build-Convert/Makefile @@ -25,10 +25,4 @@ PERL_MODBUILD= yes MAN3= Module::Build::Convert.3 MAN1= make2build.1 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |