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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 |
---|
8 | perl5.setup Net-Abuse-Utils 0.23 |
---|
9 | license {Artistic-1 GPL} |
---|
10 | maintainers nomaintainer |
---|
11 | description Routines useful for processing network abuse |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | if {${perl5.major} != ""} { |
---|
17 | depends_lib port:p${perl5.major}-net-dns \ |
---|
18 | port:p${perl5.major}-net-whois-ip \ |
---|
19 | port:p${perl5.major}-net-ip \ |
---|
20 | port:p${perl5.major}-email-address |
---|
21 | } |
---|