Ticket #53884: Portfile.3

File Portfile.3, 801 bytes (added by siccegge (Christoph Egger), 7 years ago)

p5-data-validate-ip

Line 
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
3PortSystem          1.0
4PortGroup           perl5 1.0
5
6perl5.branches      5.22 5.24
7perl5.setup         Data-Validate-IP 0.27
8
9platforms           darwin
10maintainers         nomaintainer
11license             Artistic-1 GPL
12
13description         IPv4 and IPv6 validation methods
14
15long_description    ${description}
16
17checksums           rmd160 6a43776e100713bdc8a22e0fb5cd1489d6ce1d2e \
18                    sha256 e1aa92235dcb9c6fd9b6c8cda184d1af73537cc77f4f83a0f88207a8bfbfb7d6
19
20if {${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