diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-09-03 12:21:26 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-09-03 12:21:26 +0000 |
commit | 0feb261034c995e411239c885751fdde14a21149 (patch) | |
tree | 174ffe8c3dfe990078988d9ba4de7319c4918a06 /databases/p5-DBI | |
parent | ba01dcfe3e66af6d87e5509d4c572e7779f03f52 (diff) | |
download | ports-0feb261034c995e411239c885751fdde14a21149.tar.gz ports-0feb261034c995e411239c885751fdde14a21149.zip |
Notes
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r-- | databases/p5-DBI/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 477eb35d9bed..071b18563ad5 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -50,4 +50,10 @@ pre-everything:: @sleep 1 .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= This port is for perl 5.6.0 and later only. +.endif + +.include <bsd.port.post.mk> |