# $Id: Portfile 112575 2013-10-26 19:59:51Z jberry@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup jdberry tag 0.5.1 v categories sysutils platforms darwin license MIT maintainers jberry openmaintainer description A command line tool to manipulate and query tags on files. long_description tag is a tool to manipulate tags on files starting with Mac OS 10.9 \ Mavericks, and to query for files with those tags. tag can use the \ file system's built-in metadata search functionality to rapidly find \ all files that have been tagged with a given set of tags. github.tarball_from archive checksums rmd160 420e454d44452b736f9c3fc4f856aa9f963bb364 \ sha256 a45322cc021b8804cf36f3438f0897acaf4ded2e2e5863c370d8bf42cd1686ac use_configure no destroot.args prefix=${prefix} pre-fetch { if { ${os.major} < 13 } { ui_error "${name} requires OS X 10.9/Mavericks or newer" return -code error "Unsupported OS X version" } }