-- | FreeBSD Properties -- -- Copyright 2016 Evan Cofsky -- License: BSD 2-clause -- -- This module is designed to be imported unqualified. module Propellor.Property.FreeBSD ( module Propellor.Property.FreeBSD.Pkg, module Propellor.Property.FreeBSD.Poudriere ) where import Propellor.Property.FreeBSD.Pkg import Propellor.Property.FreeBSD.Poudriere