Changes between Initial Version and Version 1 of Ticket #50291


Ignore:
Timestamp:
Jan 11, 2016, 4:18:14 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The depends_lib part should be inside an if {${perl5.major} != ""} {...} block and should be depends_lib-append.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50291 – Description

    initial v1  
    77I tested the Portfile by running these commands, after I created the Portfile and ran `portindex`:
    88
     9{{{
    910sudo port test p5.16-crypt-generatepassword
    1011sudo port test p5.18-crypt-generatepassword
    1112sudo port test p5.20-crypt-generatepassword
    1213sudo port test p5.22-crypt-generatepassword
     14}}}
    1315
    1416Please let me know if I'm missing anything, or if there's anything I need to change!