Changeset 98726


Ignore:
Timestamp:
Oct 13, 2012, 7:27:19 PM (12 years ago)
Author:
pixilla@…
Message:

perl/p5-io-socket-inet6:

  • Update to version 2.67.
  • Add openmaintainer.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/perl/p5-io-socket-inet6/Portfile

    r94655 r98726  
     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
    12# $Id$
    23
    3 PortSystem               1.0
    4 PortGroup                perl5 1.0
     4PortSystem          1.0
     5PortGroup           perl5 1.0
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16
    7 perl5.setup              IO-Socket-INET6 2.67 IO/SHLOMIF
    8 revision                 2
    9 maintainers              pixilla
    10 license                  Artistic GPL
    11 platforms                darwin
     8perl5.setup         IO-Socket-INET6 2.69 IO/SHLOMIF
     9maintainers         pixilla openmaintainer
     10license             Artistic GPL
     11platforms           darwin
    1212
    13 description              IO::Socket::INET6 object interface to IPv6
     13description         IO::Socket::INET6 object interface to IPv6
    1414
    15 long_description         IO::Socket::INET6 provides an object \
    16                          interface to creating and using sockets in both \
    17                          AF_INET|AF_INET6 domain. It is built upon the IO::Socket \
    18                          interface and inherits all the methods defined by \
    19                          IO::Socket.
     15long_description    IO::Socket::INET6 provides an object \
     16                    interface to creating and using sockets in both \
     17                    AF_INET|AF_INET6 domain. It is built upon the IO::Socket \
     18                    interface and inherits all the methods defined by \
     19                    IO::Socket.
    2020
    21 checksums                sha1    498eeeb0b0c135665d962dfa94c41c075141949e \
    22                          rmd160  68186996e1c75724a33eb383e24f8761440dc3a6
     21checksums           rmd160  4a27f99ec5c3e216de25a18a2ee687bbd82b01fd \
     22                    sha256  accd565643969d905e199e28e60e833213ccc2026c372432df01e49b044c3045
    2323
    2424if {${perl5.major} != ""} {
    25 depends_lib-append       port:p${perl5.major}-socket6 \
    26                          port:p${perl5.major}-io
    2725
    28 supported_archs noarch
     26    depends_lib-append  port:p${perl5.major}-socket6 \
     27                        port:p${perl5.major}-io
    2928}
     29
     30supported_archs     noarch
Note: See TracChangeset for help on using the changeset viewer.