diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-10-28 14:57:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-10-28 14:57:02 +0000 |
commit | d72b4f2b1eb0d5157a55286f2657e47313bb8bd8 (patch) | |
tree | 57b90576282c25336cf248cc209896763acecdaa /mail/p5-MIME-Lite/Makefile | |
parent | 8047e2c52f2189d48a0a9b6deefb9869ea644d13 (diff) | |
download | ports-d72b4f2b1eb0d5157a55286f2657e47313bb8bd8.tar.gz ports-d72b4f2b1eb0d5157a55286f2657e47313bb8bd8.zip |
Notes
Diffstat (limited to 'mail/p5-MIME-Lite/Makefile')
-rw-r--r-- | mail/p5-MIME-Lite/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile index 989ed1234a31..816a6faa788b 100644 --- a/mail/p5-MIME-Lite/Makefile +++ b/mail/p5-MIME-Lite/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= MIME-Lite -PORTVERSION= 3.030 -PORTREVISION= 1 +PORTVERSION= 3.031 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,8 +19,9 @@ RUN_DEPENDS= p5-Email-Date-Format>=1.000:mail/p5-Email-Date-Format \ p5-MIME-Types>=1.28:mail/p5-MIME-Types \ p5-Mail-Tools>=1.62:mail/p5-Mail-Tools -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |