/Portfile.in
http://github.com/fizx/parsley · Autoconf · 17 lines · 14 code · 1 blank · 2 comment · 0 complexity · 47862b459f40f8706487c28bb9ee87da MD5 · raw file
- # -*- 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
- # $Id$
- PortSystem 1.0
- name parsley
- version <VERSION>
- categories net
- maintainers kyle@kylemaxwell.com
- description Data extractor
- long_description Parsley is a system to extract data from HTML/XML documents
- homepage http://github.com/fizx/parsley
- platforms darwin
- master_sites http://parselets.com
- depends_lib port:argp-standalone \
- port:json-c \
- port:libxslt \
- port:pcre