mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
d0a7634f96
commit
f7da836676
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129993
1 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue