Skip to content

bsdci/ports

Repository files navigation

BSD.ci FreeBSD and HardenedBSD Ports

  • devel/py-ioc - Python Module libioc
  • sysutils/ioc - Command Line Interface ioc

Install

git clone https://github.com/bsdci/ports

cd ports/

cd devel/py-libioc/
# make clean
make
# make deinstall
make install
cd ..

cd sysutils/ioc
# make clean
make
# make deinstall
make install
cd ..