mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Requires Perl 5.6 or newer. Add appropriate IGNORE line.
Submitted by: pointyhat via kris
This commit is contained in:
parent
8f7d3264da
commit
08f77ae3d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177195
1 changed files with 7 additions and 1 deletions
|
@ -29,4 +29,10 @@ do-install:
|
|||
cd ${WRKSRC} && ${INSTALL_SCRIPT} cid2spf ${PREFIX}/bin
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} CID2SPF.pm ${SITE_PERL}/LMAP
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue