diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-09-03 12:21:26 +0000 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-09-03 12:21:26 +0000 |
commit | 1c0eb0c05b08c19c638d62567f0c6d427789b02e (patch) | |
tree | 55558d443e952964af8cf254e4643373c78821e1 | |
parent | bc8831bb56384e2bae78eb50eb8f08e453315371 (diff) | |
download | FreeBSD-ports-1c0eb0c05b08c19c638d62567f0c6d427789b02e.zip FreeBSD-ports-1c0eb0c05b08c19c638d62567f0c6d427789b02e.tar.gz |
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Mark IGNORE if we have an older version of perl. p5-DBI now requires perl
5.6.0 or higher version.
Requested by: mat & erwin
-rw-r--r-- | databases/p5-DBI-137/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-DBI/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile index 477eb35..071b185 100644 --- a/databases/p5-DBI-137/Makefile +++ b/databases/p5-DBI-137/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> diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 477eb35..071b185 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> |