diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-03-31 20:17:52 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-03-31 20:17:52 +0000 |
commit | 62a32f108169b463244dbde90bc50a10b18e45f4 (patch) | |
tree | 6e468403f1daa25e0d5d206fde5486b70d277edb /security/p5-Crypt-TEA | |
parent | da92dce43f7f4b5c90b2b1d3d0315d6e5672640a (diff) | |
download | ports-62a32f108169b463244dbde90bc50a10b18e45f4.tar.gz ports-62a32f108169b463244dbde90bc50a10b18e45f4.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-TEA')
-rw-r--r-- | security/p5-Crypt-TEA/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/p5-Crypt-TEA/Makefile b/security/p5-Crypt-TEA/Makefile index 550d2c705472..34d9f47eea12 100644 --- a/security/p5-Crypt-TEA/Makefile +++ b/security/p5-Crypt-TEA/Makefile @@ -17,8 +17,4 @@ PERL_CONFIGURE= yes MAN3= Crypt::TEA.3 -.include <bsd.port.pre.mk> -.if ${PERL_LEVEL} <= 500503 -IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |