diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-24 14:25:06 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-24 14:25:06 +0000 |
commit | a92aeeffb0f6247879494d747330d92f6fdc93ad (patch) | |
tree | 982a7e3e854a1b0b17afc702876a6ca0fd7f73bd /mail/p5-MIME-Fast | |
parent | da532c0e79881db9791f27c59eda95b4f681f4d8 (diff) |
Deprecate Perl modules that only work with 5.16, as it's being phased out, with
the same deprecation date.
With hat: perl@
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=384646
Diffstat (limited to 'mail/p5-MIME-Fast')
-rw-r--r-- | mail/p5-MIME-Fast/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/p5-MIME-Fast/Makefile b/mail/p5-MIME-Fast/Makefile index 587e1b0dbd9a..d16dcdcae667 100644 --- a/mail/p5-MIME-Fast/Makefile +++ b/mail/p5-MIME-Fast/Makefile @@ -19,6 +19,9 @@ USES= perl5 USE_PERL5= configure CONFIGURE_ENV= PREFIX="${PREFIX}" CCFLAGS="${CCFLAGS}" +DEPRECATED= Does not work with 5.18 or above +EXPIRATION_DATE=2015-07-31 + .include <bsd.port.pre.mk> .if ${PERL_VER} >= 5.18 |