1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- require perl 5.8

PR:		ports/102097
Submitted by:	clsung
Approved by:	maintainer <chinsan dot tw_AT_gmail dot com>
This commit is contained in:
Cheng-Lung Sung 2006-08-15 15:33:06 +00:00
parent 0b463e9eb1
commit 7dd426bc91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170722

View File

@ -25,4 +25,10 @@ MAN3= Visio.3 Visio::Hyperlink.3 Visio::Layout.3 Visio::Line.3 \
Visio::Master.3 Visio::Page.3 Visio::PageProps.3 \
Visio::PageSheet.3 Visio::Shape.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>