Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Perl core modules | sunpoet | 2017-04-11 | 1 | -5/+4 |
| | | | | | | | | | - Fix LICENSE [1] - Add NO_ARCH - Bump PORTREVISION for dependency change Approved by: portmgr (blanket) With hat: perl | ||||
* | Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only | adamw | 2017-01-01 | 1 | -8/+1 |
| | | | | affected 5.18 and lower. | ||||
* | Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. | mat | 2016-04-01 | 1 | -13/+13 |
| | | | | | With hat: portmgr Sponsored by: Absolight | ||||
* | Cleanup dependencies on lang/p5-Scalar-List-Utils. | mat | 2016-03-31 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | The different cases are: - Only bring it if the one bundled with Perl is outdated. - The version bundled with all our Perl is sufficient. - Scalar-List-Util is not really needed by the port. (looking for /(Sub|Scalar|List)::Util/ returns nothing.) While there, do some minor cleanup that caught my eye. PR: 208378 With hat: perl@ Sponsored by: Absolight |