diff options
author | Lars Thegler <lth@FreeBSD.org> | 2007-02-11 15:55:10 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2007-02-11 15:55:10 +0000 |
commit | 260f595e83a05ef0a78db89c3ea4dc04637b9a4d (patch) | |
tree | ca334cc03d3a73cc47127b80015d6a28b3d03fdd /mail/p5-Email-MIME/Makefile | |
parent | Fix build after objformat removal. (diff) |
- Update to 1.858.
- Remove 4.x cruft.
Notes
Notes:
svn path=/head/; revision=184892
Diffstat (limited to 'mail/p5-Email-MIME/Makefile')
-rw-r--r-- | mail/p5-Email-MIME/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/p5-Email-MIME/Makefile b/mail/p5-Email-MIME/Makefile index 809b88fc1393..46d6ee2e73ec 100644 --- a/mail/p5-Email-MIME/Makefile +++ b/mail/p5-Email-MIME/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Email-MIME -PORTVERSION= 1.857 +PORTVERSION= 1.858 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -32,9 +32,4 @@ RUN_DEPENDS+= p5-MIME-Tools>=5.404:${PORTSDIR}/mail/p5-MIME-Tools RUN_DEPENDS+= p5-Encode>=1.98.1:${PORTSDIR}/converters/p5-Encode .endif -.if ${PERL_LEVEL} < 500600 -# inherited from mail/p5-MIME-Tools -IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again -.endif - .include <bsd.port.post.mk> |