diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 07:33:15 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 07:33:15 +0000 |
commit | 5a0de2c9fdc2bcb813f76656aeb9d786c5b1232f (patch) | |
tree | dfc03323dd49b2dad410638be24b9b3faafc881f /databases/p5-SQLite-Work | |
parent | 75abb5ffe57d263908050131872372bbef30e19a (diff) |
- remove ".if ${PERL_LEVEL} < 500600 ..." stuff.
Notes
Notes:
svn path=/head/; revision=191265
Diffstat (limited to 'databases/p5-SQLite-Work')
-rw-r--r-- | databases/p5-SQLite-Work/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/databases/p5-SQLite-Work/Makefile b/databases/p5-SQLite-Work/Makefile index e5a5f79f74e9..cd2ed48a3bdb 100644 --- a/databases/p5-SQLite-Work/Makefile +++ b/databases/p5-SQLite-Work/Makefile @@ -35,10 +35,6 @@ post-patch: .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again -.endif - .if ${PERL_LEVEL} < 500801 RUN_DEPENDS+= p5-Getopt-Long>=2.34:${PORTSDIR}/devel/p5-Getopt-Long .endif |