diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-02 14:15:32 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-02 14:15:32 +0000 |
commit | 77e9b06bef4909671c1f86c2530637a8804a6597 (patch) | |
tree | 213a0a860507a06b6c355975b08d05a89695ad13 /databases/p5-SQL-Abstract-Limit/Makefile | |
parent | bf842df5708ff495e16b1c7a0b0ff2d3f7472e09 (diff) |
Notes
Diffstat (limited to 'databases/p5-SQL-Abstract-Limit/Makefile')
-rw-r--r-- | databases/p5-SQL-Abstract-Limit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-SQL-Abstract-Limit/Makefile b/databases/p5-SQL-Abstract-Limit/Makefile index 3c4440dfd48a..c0ec0ca236f7 100644 --- a/databases/p5-SQL-Abstract-Limit/Makefile +++ b/databases/p5-SQL-Abstract-Limit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SQL-Abstract-Limit -PORTVERSION= 0.033 +PORTVERSION= 0.101 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/D/DA/DAVEBAIRD @@ -26,7 +26,9 @@ PERL_MODBUILD= yes MAN3= SQL::Abstract::Limit.3 .include <bsd.port.pre.mk> + .if ${PERL_LEVEL} < 500600 IGNORE= requires perl 5.6.x or later .endif + .include <bsd.port.post.mk> |