# $Id: Portfile 112576 2013-10-26 22:39:12Z 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 variant universal {} build.env CC="${configure.cc}" \ CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \ CPPFLAGS="${configure.cppflags}" \ LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]" 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" } }