1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | perl5.branches 5.22 5.24 |
---|
7 | perl5.setup Data-Validate-IP 0.27 |
---|
8 | |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license Artistic-1 GPL |
---|
12 | |
---|
13 | description IPv4 and IPv6 validation methods |
---|
14 | |
---|
15 | long_description ${description} |
---|
16 | |
---|
17 | checksums rmd160 6a43776e100713bdc8a22e0fb5cd1489d6ce1d2e \ |
---|
18 | sha256 e1aa92235dcb9c6fd9b6c8cda184d1af73537cc77f4f83a0f88207a8bfbfb7d6 |
---|
19 | |
---|
20 | if {${perl5.major} != ""} { |
---|
21 | depends_build-append \ |
---|
22 | port:p${perl5.major}-test-requires |
---|
23 | depends_lib-append \ |
---|
24 | port:p${perl5.major}-netaddr-ip |
---|
25 | } |
---|
26 | |
---|
27 | |
---|