# -*- 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 PortGroup python 1.0 PortGroup github 1.0 github.setup facebook pyre2 5a7bea398ae4 name py-re2 version 0.1.20120521 categories-append devel license BSD platforms darwin supported_archs noarch maintainers sean openmaintainer description Python wrapper of Google's RE2 library. long_description pyre2 is a Python extension that wraps Google's RE2 regular \ expression library. It implements many of the features of \ Python's built-in re module with compatible interfaces. checksums rmd160 767e1a2b327c0e824adafb6290833eac514c5746 \ sha256 873c1863c0b500b1c1cec4beac33122e5f224021da2dd249ca2aab0f15182cdb python.versions 26 27 if {${name} ne ${subport}} { depends_lib-append port:re2 livecheck.type none }