Changeset 2064 for trunk/dports


Ignore:
Timestamp:
Feb 20, 2003, 7:21:51 PM (21 years ago)
Author:
michaelm
Message:

updated master_sites to reflect official release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/libapreq-perl/Portfile

    r1775 r2064  
    11PortSystem 1.0
    22
    3 name                            libapreq-perl
    4 version                         1.1
    5 categories                      www
    6 description                     Perl Libraries for Apache::Request and Apache::Cookie
     3name                libapreq-perl
     4version             1.1
     5categories          www
     6description         Perl Libraries for Apache::Request and Apache::Cookie
    77platforms           darwin
    88maintainers         mike+apacheport@gene-hacker.net
    9 distname                        libapreq-${version}
    10 checksums                       md5 99471b32f72c43dfd5d2e3078d44c1fc
    11 master_sites            http://perl.apache.org/~joes/
    12 depends_lib                     bin:perl5\.8\..:perl5.8 lib:libapreq.1.0.1:libapreq
    13 configure.cmd           perl Makefile.PL
     9distname            libapreq-${version}
     10checksums           md5 99471b32f72c43dfd5d2e3078d44c1fc
     11master_sites        http://www.apache.org/dist/httpd/libapreq/
     12depends_lib         bin:perl5\.8\..:perl5.8 lib:libapreq.1.0.1:libapreq
     13configure.cmd       perl Makefile.PL
    1414
    15 install.args            INSTALLPRIVLIB=${destroot}${prefix}/lib/perl5/5.8.0 \
    16                                         INSTALLSITELIB=${destroot}${prefix}/lib/perl5/site_perl/5.8.0 \
    17                                         INSTALLARCHLIB=${destroot}${prefix}/lib/perl5/5.8.0/darwin \
    18                                         INSTALLSITEARCH=${destroot}${prefix}/lib/perl5/site_perl/5.8.0/darwin \
    19                                         INSTALLBIN=${destroot}${prefix}/bin \
    20                                         INSTALLSITEBIN=${destroot}${prefix}/bin \
    21                                         INSTALLSCRIPT=${destroot}${prefix}/bin \
    22                                         INSTALLMAN1DIR=${destroot}${prefix}/share/man/man1 \
    23                                         INSTALLMAN3DIR=${destroot}${prefix}/share/man/man3
     15install.args        INSTALLPRIVLIB=${destroot}${prefix}/lib/perl5/5.8.0 \
     16                    INSTALLSITELIB=${destroot}${prefix}/lib/perl5/site_perl/5.8.0 \
     17                    INSTALLARCHLIB=${destroot}${prefix}/lib/perl5/5.8.0/darwin \
     18                    INSTALLSITEARCH=${destroot}${prefix}/lib/perl5/site_perl/5.8.0/darwin \
     19                    INSTALLBIN=${destroot}${prefix}/bin \
     20                    INSTALLSITEBIN=${destroot}${prefix}/bin \
     21                    INSTALLSCRIPT=${destroot}${prefix}/bin \
     22                    INSTALLMAN1DIR=${destroot}${prefix}/share/man/man1 \
     23                    INSTALLMAN3DIR=${destroot}${prefix}/share/man/man3
    2424
    25 post-install            {cd ${destroot}${prefix}/lib/perl5/site_perl/5.8.0/darwin/auto/libapreq/
    26                                                 system "cat .packlist | sed s#${destroot}/##g >.packlist.new"
    27                                                 system "mv .packlist.new .packlist"
    28                                         }
     25post-install        { cd ${destroot}${prefix}/lib/perl5/site_perl/5.8.0/darwin/auto/libapreq/
     26                      system "cat .packlist | sed s#${destroot}/##g >.packlist.new"
     27                      system "mv .packlist.new .packlist"
     28                    }
    2929
    3030
    31 long_description        Perl API to the Apache Request object and Apache::Cookie, split off from \
    32 the C API because of OS X build peculiarities.
     31long_description      Perl API to the Apache Request object and Apache::Cookie, \
     32split off from the C API because of OS X build peculiarities.
Note: See TracChangeset for help on using the changeset viewer.