diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-02 17:54:43 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-02 17:54:43 +0000 |
commit | 6ac2593e279e4667075e7f256a649135679c7b67 (patch) | |
tree | d4dc8901060e5ed8345db8afc0f53eb8ce647379 /databases/p5-T2 | |
parent | a10cdc0f9c205c26d0cc10db4811aa1d3397afa2 (diff) | |
download | FreeBSD-ports-6ac2593e279e4667075e7f256a649135679c7b67.zip FreeBSD-ports-6ac2593e279e4667075e7f256a649135679c7b67.tar.gz |
- Remove old Perl support from unmaintained ports in categories starting
with letter b-f
Diffstat (limited to 'databases/p5-T2')
-rw-r--r-- | databases/p5-T2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/p5-T2/Makefile b/databases/p5-T2/Makefile index 10f36bd..81f5587 100644 --- a/databases/p5-T2/Makefile +++ b/databases/p5-T2/Makefile @@ -27,10 +27,4 @@ PERL_CONFIGURE= yes MAN3= T2.3 T2::Association.3 T2::Attribute.3 T2::Class.3 \ T2::DBSetup.3 T2::Schema.3 T2::Storage.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |