# $Id: Portfile 112589 2013-10-27 18:05:32Z jberry@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup jdberry tag 0.6 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. checksums rmd160 f16d5bb0bbcefb4954f70fc98a9eb136fc881c84 \ sha256 a4cb2dcfafb29545cac4f883987f8074a69660bff6ecd34ab6f14c19219821a7 use_configure no variant universal {} build.env CC="${configure.cc}" \ CFLAGS="${configure.cflags} [get_canonical_archflags cc]" 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" } }