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-Imail | |
parent | da92dce43f7f4b5c90b2b1d3d0315d6e5672640a (diff) | |
download | ports-62a32f108169b463244dbde90bc50a10b18e45f4.tar.gz ports-62a32f108169b463244dbde90bc50a10b18e45f4.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Imail')
-rw-r--r-- | security/p5-Crypt-Imail/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/p5-Crypt-Imail/Makefile b/security/p5-Crypt-Imail/Makefile index 7d8b853bdc1b..f18aa0893e70 100644 --- a/security/p5-Crypt-Imail/Makefile +++ b/security/p5-Crypt-Imail/Makefile @@ -19,8 +19,4 @@ MAN3= Crypt::Imail.3 WRKSRC= ${WRKDIR}/Imail -.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> |