Bug 52074 - mail/pflogstats needs at least perl 5.6.1
Summary: mail/pflogstats needs at least perl 5.6.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-11 17:40 UTC by Miguel Mendez
Modified: 2003-05-11 17:48 UTC (History)
0 users

See Also:


Attachments
pflogstats.diff (577 bytes, patch)
2003-05-11 17:40 UTC, Miguel Mendez
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Mendez 2003-05-11 17:40:13 UTC

perl 5.6.1 or better is needed by pflogstats, a check like the proposed patch should be
 included.
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2003-05-11 17:48:28 UTC
State Changed
From-To: open->closed

Thanks for noticing!  I did this: 
.if ${PERL_LEVEL} < 500601 
IGNORE=         Port requires perl 5.6.1 or later. Install lang/perl5 then try again 
.endif