The manpage is only installed for perl 5.6.0 and higher, so make

it conditional. This also explains why neither the submitter nor me
found it, while both pointyhat and leeym did.
This commit is contained in:
Erwin Lansing 2005-02-28 07:30:14 +00:00
parent d0a7634f96
commit f7da836676
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129993

View file

@ -7,6 +7,7 @@
PORTNAME= Parse-PerlConfig
PORTVERSION= 0.05
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Parse
@ -17,6 +18,10 @@ COMMENT= Perl5 module to use perl scripts as config files
PERL_CONFIGURE= yes
MAN3= Parse::PerlConfig.3
.include <bsd.port.pre.mk>
.include <bsd.port.mk>
.if ${PERL_LEVEL} >= 500600
MAN3+= Parse::PerlConfig.3
.endif
.include <bsd.port.post.mk>