Ticket #33377: xapian-bindings.1.2.8.diff
File xapian-bindings.1.2.8.diff, 1.7 KB (added by dcolish@…, 13 years ago) |
---|
-
xapian-bindings/Portfile
4 4 PortSystem 1.0 5 5 6 6 name xapian-bindings 7 version 1.2. 57 version 1.2.8 8 8 categories devel 9 9 maintainers gmail.com:dcolish 10 10 description Xapian bindings … … 18 18 platforms darwin 19 19 master_sites http://oligarchy.co.uk/xapian/${version} 20 20 21 checksums md5 24b379d5b95eebbec7a685ff63321bdd\22 sha1 ff9528d094396b3b58bd32a263211c783af034f2\23 rmd160 e7de918437ee5ba88bf67a9b64da7f760b0c658021 checksums md5 4bfe673c71ac074e349ef691d7ba56d0 \ 22 sha1 92cf39c9c00a52a33727e47a1a7aaee2a1b23c2f \ 23 rmd160 4cd756afb296a6ad826d4dcdc07ee8c690db348a 24 24 depends_lib port:xapian-core 25 25 26 26 configure.args --without-python --without-csharp --without-java \ 27 --without-tcl --without-php --without-ruby 27 --without-tcl --without-php --without-ruby --without-perl 28 28 29 29 variant ruby description {builds ruby bindings} { 30 30 configure.args-delete --without-ruby … … 52 52 configure.args-delete --without-java 53 53 configure.args-append --with-java 54 54 } 55 variant 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 } 55 61 default_variants +ruby 56 62 57 63 post-destroot {