# -*- 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: Portfile 148976 2016-05-24 07:48:05Z raimue@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-clonedigger version 1.0.3-beta platforms darwin supported_archs noarch license GPL-3+ maintainers nomaintainer description Clone Digger aimed to detect similar code in \ Python programs long_description Clone Digger is the tool for finding software \ clones. Currently only Python language is \ supported, Java support will be added soon. homepage http://clonedigger.sourceforge.net/ master_sites pypi:c/clonedigger/ distname clonedigger-${version} checksums md5 ac1883622ee2c20a2b91efbf5133b892 \ sha1 f5a3854d2f5f0f0b997459d1b0f529e216fecb55 \ rmd160 deaf039ca347181959fe54da1b88f6e932b15340 python.versions 27 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url http://pypi.python.org/pypi/clonedigger livecheck.regex clonedigger-(.+?)${extract.suffix} }