Ticket #40437: Portfile
File Portfile, 469 bytes (added by matthewluckie, 11 years ago) |
---|
Line | |
---|---|
1 | # $Id$ |
2 | |
3 | PortSystem 1.0 |
4 | PortGroup perl5 1.0 |
5 | |
6 | perl5.branches 5.8 5.10 5.12 5.14 5.16 |
7 | perl5.setup Net-Patricia 1.21 |
8 | |
9 | maintainers luckie.org.nz:mjl |
10 | description Perl extension for fast IP address lookups |
11 | license GPL-2+ |
12 | platforms darwin |
13 | supported_archs noarch |
14 | |
15 | checksums rmd160 fe21bd41a6351c9cd347ecc589b97c9ccfc38c25 \ |
16 | sha256 b03906e3ad3708c1ebef17935c38fef347dbb430b283a263d4f3f4aefbacff64 |
17 | |
18 | if {${perl5.major} != ""} { |
19 | depends_lib-append port:p${perl5.major}-socket6 |
20 | } |