/Portfile.in

http://github.com/fizx/parsley · Autoconf · 17 lines · 14 code · 1 blank · 2 comment · 0 complexity · 47862b459f40f8706487c28bb9ee87da MD5 · raw file

  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. PortSystem 1.0
  4. name parsley
  5. version <VERSION>
  6. categories net
  7. maintainers kyle@kylemaxwell.com
  8. description Data extractor
  9. long_description Parsley is a system to extract data from HTML/XML documents
  10. homepage http://github.com/fizx/parsley
  11. platforms darwin
  12. master_sites http://parselets.com
  13. depends_lib port:argp-standalone \
  14. port:json-c \
  15. port:libxslt \
  16. port:pcre