diff options
author | az <az@FreeBSD.org> | 2013-09-04 20:28:16 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 20:28:16 +0800 |
commit | f27301734dfcb5387839ca3565ed7290c2ff25f5 (patch) | |
tree | 0fd4ed310a69b1d78e6cb769ef456e7d5de32177 /mail/p5-Mail-Tools | |
parent | 3257027f2be3b873db84d113cea87cf693af26e2 (diff) | |
download | freebsd-ports-gnome-f27301734dfcb5387839ca3565ed7290c2ff25f5.tar.gz freebsd-ports-gnome-f27301734dfcb5387839ca3565ed7290c2ff25f5.tar.zst freebsd-ports-gnome-f27301734dfcb5387839ca3565ed7290c2ff25f5.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/p5-Mail-Tools')
-rw-r--r-- | mail/p5-Mail-Tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile index c438b9d8b691..d989152f4da0 100644 --- a/mail/p5-Mail-Tools/Makefile +++ b/mail/p5-Mail-Tools/Makefile @@ -14,7 +14,8 @@ COMMENT= Perl5 modules for dealing with Internet e-mail messages RUN_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::Address.3 \ Mail::Cap.3 \ |