Re: Portfile for binary only install

2016-05-31 Thread Ryan Schmidt
On May 27, 2016, at 4:31 PM, Sean wrote: > Looking to create a portfile for a package that only distributes pre-compiled > binaries. > > In this case, package.tbz expands to: > > package > └─ bin/ > └─ share/ > └─ lib/ > > Is the most idiomatic way to eliminate the config, build, and test ph

Portfile for binary only install

2016-05-27 Thread Sean
Hello, Looking to create a portfile for a package that only distributes pre-compiled binaries. In this case, package.tbz expands to: package └─ bin/ └─ share/ └─ lib/ Is the most idiomatic way to eliminate the config, build, and test phases with {}, then move package/{bin,share,lib} to the cor