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-MailStats | |
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-MailStats')
-rw-r--r-- | mail/p5-Mail-MailStats/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-Mail-MailStats/Makefile b/mail/p5-Mail-MailStats/Makefile index 223de3c2c3f3..abd09843db74 100644 --- a/mail/p5-Mail-MailStats/Makefile +++ b/mail/p5-Mail-MailStats/Makefile @@ -17,7 +17,8 @@ COMMENT= Perl module to detect newer messages in procmail-generated mailboxes BUILD_DEPENDS= p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::Stats::Record.3 Mail::Stats.3 |