Ticket #40437: Portfile

File Portfile, 469 bytes (added by matthewluckie, 11 years ago)

Portfile for p5-net-patricia

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