Ticket #33377: xapian-bindings.1.2.8.diff

File xapian-bindings.1.2.8.diff, 1.7 KB (added by dcolish@…, 12 years ago)
  • xapian-bindings/Portfile

     
    44PortSystem 1.0
    55
    66name                xapian-bindings
    7 version             1.2.5
     7version             1.2.8
    88categories          devel
    99maintainers         gmail.com:dcolish
    1010description         Xapian bindings
     
    1818platforms           darwin
    1919master_sites        http://oligarchy.co.uk/xapian/${version}
    2020
    21 checksums           md5 24b379d5b95eebbec7a685ff63321bdd \
    22                     sha1 ff9528d094396b3b58bd32a263211c783af034f2 \
    23                     rmd160 e7de918437ee5ba88bf67a9b64da7f760b0c6580
     21checksums           md5 4bfe673c71ac074e349ef691d7ba56d0 \
     22                    sha1 92cf39c9c00a52a33727e47a1a7aaee2a1b23c2f \
     23                    rmd160 4cd756afb296a6ad826d4dcdc07ee8c690db348a
    2424depends_lib         port:xapian-core
    2525
    2626configure.args      --without-python --without-csharp --without-java \
    27                     --without-tcl --without-php --without-ruby
     27                    --without-tcl --without-php --without-ruby --without-perl
    2828
    2929variant     ruby description {builds ruby bindings} {
    3030                    configure.args-delete  --without-ruby
     
    5252                    configure.args-delete  --without-java
    5353                    configure.args-append  --with-java
    5454                }
     55variant     perl description {build perl bindings} {
     56                   configure.args-delete   --without-perl
     57                   configure.args-delete   --with-perl
     58                   configure.perl          ${prefix}/bin/perl
     59                   depends_lib-append port:perl5
     60}
    5561default_variants +ruby
    5662
    5763post-destroot {