Ticket #43030: Portfile

File Portfile, 742 bytes (added by jul_bsd@…, 10 years ago)
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# $Id$
3
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
8perl5.setup         Net-Abuse-Utils 0.23
9license             {Artistic-1 GPL}
10maintainers         nomaintainer
11description         Routines useful for processing network abuse
12long_description    ${description}
13
14platforms           darwin
15
16if {${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}