diff --git a/textproc/help2man/Portfile b/textproc/help2man/Portfile
index c04d682..59e2af5 100644
a
|
b
|
|
2 | 2 | # $Id$ |
3 | 3 | |
4 | 4 | PortSystem 1.0 |
| 5 | PortGroup perl5 1.0 |
5 | 6 | |
6 | 7 | name help2man |
7 | 8 | version 1.46.5 |
… |
… |
use_xz yes |
23 | 24 | checksums rmd160 273b1b1191c3dd536a2a9588d5d6505b7192318d \ |
24 | 25 | sha256 0ada23867183c5e779e06e6441801c5c74ff77af258e2f1bb5fce181fbc30ebf |
25 | 26 | |
26 | | depends_lib port:perl5.16 port:p5.16-locale-gettext \ |
27 | | port:gettext port:libiconv |
| 27 | perl5.branches 5.16 5.18 5.20 |
28 | 28 | |
29 | | configure.perl ${prefix}/bin/perl5.16 |
| 29 | depends_lib port:p${perl5.major}-locale-gettext \ |
| 30 | port:gettext port:libiconv |
30 | 31 | |
31 | 32 | configure.args --enable-nls |
32 | 33 | |